Uses of Class
com.amazonaws.services.simpleworkflow.model.GetWorkflowExecutionHistoryRequest
Packages that use GetWorkflowExecutionHistoryRequest
Package
Description
-
Uses of GetWorkflowExecutionHistoryRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type GetWorkflowExecutionHistoryRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest request) AmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) Returns the history of the specified workflow execution.AmazonSimpleWorkflowClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) Returns the history of the specified workflow execution.AbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request) AbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request, AsyncHandler<GetWorkflowExecutionHistoryRequest, History> asyncHandler) AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) Returns the history of the specified workflow execution.AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest, AsyncHandler<GetWorkflowExecutionHistoryRequest, History> asyncHandler) Returns the history of the specified workflow execution.AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request) AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request, AsyncHandler<GetWorkflowExecutionHistoryRequest, History> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type GetWorkflowExecutionHistoryRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request, AsyncHandler<GetWorkflowExecutionHistoryRequest, History> asyncHandler) AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest, AsyncHandler<GetWorkflowExecutionHistoryRequest, History> asyncHandler) Returns the history of the specified workflow execution.AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request, AsyncHandler<GetWorkflowExecutionHistoryRequest, History> asyncHandler) -
Uses of GetWorkflowExecutionHistoryRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return GetWorkflowExecutionHistoryRequestModifier and TypeMethodDescriptionGetWorkflowExecutionHistoryRequest.clone()GetWorkflowExecutionHistoryRequest.withDomain(String domain) The name of the domain containing the workflow execution.GetWorkflowExecutionHistoryRequest.withExecution(WorkflowExecution execution) Specifies the workflow execution for which to return the history.GetWorkflowExecutionHistoryRequest.withMaximumPageSize(Integer maximumPageSize) The maximum number of results that will be returned per call.GetWorkflowExecutionHistoryRequest.withNextPageToken(String nextPageToken) If aNextPageTokenwas returned by a previous call, there are more results available.GetWorkflowExecutionHistoryRequest.withReverseOrder(Boolean reverseOrder) When set totrue, returns the events in reverse order.