| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow | 
 | 
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
History | 
AmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
 Returns the history of the specified workflow execution. 
 | 
History | 
AbstractAmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest request)  | 
History | 
AmazonSimpleWorkflowClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest request)
 Returns the history of the specified workflow execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
Future<History> | 
AbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request,
                                AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
History | 
History.clone()  | 
History | 
History.withEvents(Collection<HistoryEvent> events)
 The list of history events. 
 | 
History | 
History.withEvents(HistoryEvent... events)
 The list of history events. 
 | 
History | 
History.withNextPageToken(String nextPageToken)
 If a  
NextPageToken was returned by a previous call, there are more results available. | 
Copyright © 2019. All rights reserved.