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.
|
History |
AbstractAmazonSimpleWorkflow.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest request) |
java.util.concurrent.Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request) |
java.util.concurrent.Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
java.util.concurrent.Future<History> |
AbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request) |
java.util.concurrent.Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler) |
java.util.concurrent.Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
java.util.concurrent.Future<History> |
AbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<History> |
AmazonSimpleWorkflowAsyncClient.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler) |
java.util.concurrent.Future<History> |
AmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler)
Returns the history of the specified workflow execution.
|
java.util.concurrent.Future<History> |
AbstractAmazonSimpleWorkflowAsync.getWorkflowExecutionHistoryAsync(GetWorkflowExecutionHistoryRequest request,
AsyncHandler<GetWorkflowExecutionHistoryRequest,History> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.clone() |
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withDomain(java.lang.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(java.lang.Integer maximumPageSize)
The maximum number of results that will be returned per call.
|
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withNextPageToken(java.lang.String nextPageToken)
If a
NextPageToken was returned by a previous call, there
are more results available. |
GetWorkflowExecutionHistoryRequest |
GetWorkflowExecutionHistoryRequest.withReverseOrder(java.lang.Boolean reverseOrder)
When set to
true , returns the events in reverse order. |
Modifier and Type | Method and Description |
---|---|
Request<GetWorkflowExecutionHistoryRequest> |
GetWorkflowExecutionHistoryRequestMarshaller.marshall(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetWorkflowExecutionHistoryRequest> |
GetWorkflowExecutionHistoryRequestMarshaller.marshall(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) |