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) |
HistoryEvent |
HistoryEvent.withTaskScheduledEventDetails(TaskScheduledEventDetails taskScheduledEventDetails) |
HistoryEvent |
HistoryEvent.withTaskStartedEventDetails(TaskStartedEventDetails taskStartedEventDetails) |
HistoryEvent |
HistoryEvent.withTaskStartFailedEventDetails(TaskStartFailedEventDetails taskStartFailedEventDetails) |
HistoryEvent |
HistoryEvent.withTaskSubmitFailedEventDetails(TaskSubmitFailedEventDetails taskSubmitFailedEventDetails) |
HistoryEvent |
HistoryEvent.withTaskSubmittedEventDetails(TaskSubmittedEventDetails taskSubmittedEventDetails) |
HistoryEvent |
HistoryEvent.withTaskSucceededEventDetails(TaskSucceededEventDetails taskSucceededEventDetails) |
HistoryEvent |
HistoryEvent.withTaskTimedOutEventDetails(TaskTimedOutEventDetails taskTimedOutEventDetails) |
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.
|