Uses of Class
com.amazonaws.services.simpleworkflow.model.History
-
Packages that use History Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of History in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return History Modifier and Type Method Description History
AbstractAmazonSimpleWorkflow. getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest request)
History
AmazonSimpleWorkflow. getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.History
AmazonSimpleWorkflowClient. getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type History 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 History in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return History Modifier and Type Method Description History
History. clone()
History
History. withEvents(HistoryEvent... events)
The list of history events.History
History. withEvents(Collection<HistoryEvent> events)
The list of history events.History
History. withNextPageToken(String nextPageToken)
If aNextPageToken
was returned by a previous call, there are more results available.
-