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