Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
GetExecutionHistoryResult |
AWSStepFunctionsClient.getExecutionHistory(GetExecutionHistoryRequest request)
Returns the history of the specified execution as a list of events.
|
GetExecutionHistoryResult |
AWSStepFunctions.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
GetExecutionHistoryResult |
AbstractAWSStepFunctions.getExecutionHistory(GetExecutionHistoryRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetExecutionHistoryResult> |
AWSStepFunctionsAsyncClient.getExecutionHistoryAsync(GetExecutionHistoryRequest request,
AsyncHandler<GetExecutionHistoryRequest,GetExecutionHistoryResult> asyncHandler) |
Future<GetExecutionHistoryResult> |
AWSStepFunctionsAsync.getExecutionHistoryAsync(GetExecutionHistoryRequest getExecutionHistoryRequest,
AsyncHandler<GetExecutionHistoryRequest,GetExecutionHistoryResult> asyncHandler)
Returns the history of the specified execution as a list of events.
|
Future<GetExecutionHistoryResult> |
AbstractAWSStepFunctionsAsync.getExecutionHistoryAsync(GetExecutionHistoryRequest request,
AsyncHandler<GetExecutionHistoryRequest,GetExecutionHistoryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetExecutionHistoryResult |
GetExecutionHistoryResult.clone() |
GetExecutionHistoryResult |
GetExecutionHistoryResult.withEvents(Collection<HistoryEvent> events)
The list of events that occurred in the execution.
|
GetExecutionHistoryResult |
GetExecutionHistoryResult.withEvents(HistoryEvent... events)
The list of events that occurred in the execution.
|
GetExecutionHistoryResult |
GetExecutionHistoryResult.withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
Copyright © 2023. All rights reserved.