| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions | 
 | 
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
GetExecutionHistoryResult | 
AWSStepFunctions.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)
 Returns the history of the specified execution as a list of events. 
 | 
GetExecutionHistoryResult | 
AWSStepFunctionsClient.getExecutionHistory(GetExecutionHistoryRequest request)
 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> | 
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 | 
|---|---|
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 a  
nextToken is returned by a previous call, there are more results available. | 
Copyright © 2018. All rights reserved.