Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
Future<GetExecutionHistoryResult> |
AWSStepFunctionsAsync.getExecutionHistoryAsync(GetExecutionHistoryRequest getExecutionHistoryRequest,
AsyncHandler<GetExecutionHistoryRequest,GetExecutionHistoryResult> asyncHandler)
Returns the history of the specified execution as a list of events.
|
Future<GetExecutionHistoryResult> |
AWSStepFunctionsAsyncClient.getExecutionHistoryAsync(GetExecutionHistoryRequest request,
AsyncHandler<GetExecutionHistoryRequest,GetExecutionHistoryResult> asyncHandler) |
Future<GetExecutionHistoryResult> |
AbstractAWSStepFunctionsAsync.getExecutionHistoryAsync(GetExecutionHistoryRequest request,
AsyncHandler<GetExecutionHistoryRequest,GetExecutionHistoryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetExecutionHistoryRequest |
GetExecutionHistoryRequest.clone() |
GetExecutionHistoryRequest |
GetExecutionHistoryRequest.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution.
|
GetExecutionHistoryRequest |
GetExecutionHistoryRequest.withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
GetExecutionHistoryRequest |
GetExecutionHistoryRequest.withNextToken(String nextToken)
If a
nextToken is returned by a previous call, there are more results available. |
GetExecutionHistoryRequest |
GetExecutionHistoryRequest.withReverseOrder(Boolean reverseOrder)
Lists events in descending order of their
timeStamp . |
Copyright © 2018. All rights reserved.