Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.simpleworkflow.flow.common | |
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(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,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
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.
|
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 getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
Modifier and Type | Method and Description |
---|---|
static History |
WorkflowExecutionUtils.getHistoryPage(String nextPageToken,
AmazonSimpleWorkflow service,
String domain,
WorkflowExecution workflowExecution) |
Modifier and Type | Method and Description |
---|---|
static String |
WorkflowExecutionUtils.prettyPrintHistory(History history,
boolean showWorkflowTasks)
Returns workflow instance history in a human readable format.
|
Modifier and Type | Method and Description |
---|---|
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)
The token for the next page.
|
Copyright © 2014. All rights reserved.