Uses of Class
com.amazonaws.services.simpleworkflow.model.History
Packages that use History
Package
Description
-
Uses of History in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return HistoryModifier 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.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type HistoryModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.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 HistoryModifier 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 History in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return HistoryModifier and TypeMethodDescriptionHistory.clone()
History.withEvents
(HistoryEvent... events) The list of history events.History.withEvents
(Collection<HistoryEvent> events) The list of history events.History.withNextPageToken
(String nextPageToken) If aNextPageToken
was returned by a previous call, there are more results available.