| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
| com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
| Modifier and Type | Method and Description |
|---|---|
History |
AmazonSimpleWorkflowClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
History |
AmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withDomain(String domain)
The name of the domain containing the workflow execution.
|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withExecution(WorkflowExecution execution)
Specifies the workflow execution for which to return the history.
|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withMaximumPageSize(Integer maximumPageSize)
Specifies the maximum number of history events returned in one page.
|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withNextPageToken(String nextPageToken)
If a
NextPageToken is returned, the result has more than
one pages. |
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withReverseOrder(Boolean reverseOrder)
When set to
true, returns the events in reverse order. |
Copyright © 2014. All rights reserved.