| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow |
|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.clone() |
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)
The maximum number of results that are returned per call.
|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withNextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withReverseOrder(Boolean reverseOrder)
When set to
true, returns the events in reverse order. |
Copyright © 2022. All rights reserved.