| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
HistoryEvent | 
HistoryEvent.clone()  | 
HistoryEvent | 
HistoryEvent.withActivityFailedEventDetails(ActivityFailedEventDetails activityFailedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withActivityScheduledEventDetails(ActivityScheduledEventDetails activityScheduledEventDetails)  | 
HistoryEvent | 
HistoryEvent.withActivityScheduleFailedEventDetails(ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails)
 Contains details about an activity schedule event that failed during an execution. 
 | 
HistoryEvent | 
HistoryEvent.withActivityStartedEventDetails(ActivityStartedEventDetails activityStartedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withActivitySucceededEventDetails(ActivitySucceededEventDetails activitySucceededEventDetails)  | 
HistoryEvent | 
HistoryEvent.withActivityTimedOutEventDetails(ActivityTimedOutEventDetails activityTimedOutEventDetails)  | 
HistoryEvent | 
HistoryEvent.withExecutionAbortedEventDetails(ExecutionAbortedEventDetails executionAbortedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withExecutionFailedEventDetails(ExecutionFailedEventDetails executionFailedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withExecutionSucceededEventDetails(ExecutionSucceededEventDetails executionSucceededEventDetails)  | 
HistoryEvent | 
HistoryEvent.withExecutionTimedOutEventDetails(ExecutionTimedOutEventDetails executionTimedOutEventDetails)  | 
HistoryEvent | 
HistoryEvent.withId(Long id)
 The id of the event. 
 | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionFailedEventDetails(LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails)  | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionScheduleFailedEventDetails(LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionStartFailedEventDetails(LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails)
 Contains details about a lambda function that failed to start during an execution. 
 | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
 Contains details about a lambda function that terminated successfully during an execution. 
 | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionTimedOutEventDetails(LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails)  | 
HistoryEvent | 
HistoryEvent.withPreviousEventId(Long previousEventId)
 The id of the previous event. 
 | 
HistoryEvent | 
HistoryEvent.withStateEnteredEventDetails(StateEnteredEventDetails stateEnteredEventDetails)  | 
HistoryEvent | 
HistoryEvent.withStateExitedEventDetails(StateExitedEventDetails stateExitedEventDetails)  | 
HistoryEvent | 
HistoryEvent.withTaskFailedEventDetails(TaskFailedEventDetails taskFailedEventDetails)
 Contains details about the failure of a task. 
 | 
HistoryEvent | 
HistoryEvent.withTaskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails)
 Contains details about a task that was scheduled. 
 | 
HistoryEvent | 
HistoryEvent.withTaskStartedEventDetails(TaskStartedEventDetails taskStartedEventDetails)
 Contains details about a task that was started. 
 | 
HistoryEvent | 
HistoryEvent.withTaskStartFailedEventDetails(TaskStartFailedEventDetails taskStartFailedEventDetails)
 Contains details about a task that failed to start. 
 | 
HistoryEvent | 
HistoryEvent.withTaskSubmitFailedEventDetails(TaskSubmitFailedEventDetails taskSubmitFailedEventDetails)
 Contains details about a task that where the submit failed. 
 | 
HistoryEvent | 
HistoryEvent.withTaskSubmittedEventDetails(TaskSubmittedEventDetails taskSubmittedEventDetails)
 Contains details about a submitted task. 
 | 
HistoryEvent | 
HistoryEvent.withTaskSucceededEventDetails(TaskSucceededEventDetails taskSucceededEventDetails)
 Contains details about a task that succeeded. 
 | 
HistoryEvent | 
HistoryEvent.withTaskTimedOutEventDetails(TaskTimedOutEventDetails taskTimedOutEventDetails)
 Contains details about a task that timed out. 
 | 
HistoryEvent | 
HistoryEvent.withTimestamp(Date timestamp)
 The date and time the event occurred. 
 | 
HistoryEvent | 
HistoryEvent.withType(HistoryEventType type)
 The type of the event. 
 | 
HistoryEvent | 
HistoryEvent.withType(String type)
 The type of the event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<HistoryEvent> | 
GetExecutionHistoryResult.getEvents()
 The list of events that occurred in the execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetExecutionHistoryResult | 
GetExecutionHistoryResult.withEvents(HistoryEvent... events)
 The list of events that occurred in the execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GetExecutionHistoryResult.setEvents(Collection<HistoryEvent> events)
 The list of events that occurred in the execution. 
 | 
GetExecutionHistoryResult | 
GetExecutionHistoryResult.withEvents(Collection<HistoryEvent> events)
 The list of events that occurred in the execution. 
 | 
Copyright © 2019. All rights reserved.