Uses of Class
com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
Packages that use CompleteWorkflowExecutionFailedEventAttributes
-
Uses of CompleteWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CompleteWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionCompleteWorkflowExecutionFailedEventAttributes.clone()
HistoryEvent.getCompleteWorkflowExecutionFailedEventAttributes()
If the event is of typeCompleteWorkflowExecutionFailed
then this member is set and provides detailed information about the event.CompleteWorkflowExecutionFailedEventAttributes.withCause
(CompleteWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.CompleteWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCompleteWorkflowExecution
decision to complete this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CompleteWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setCompleteWorkflowExecutionFailedEventAttributes
(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes) If the event is of typeCompleteWorkflowExecutionFailed
then this member is set and provides detailed information about the event.HistoryEvent.withCompleteWorkflowExecutionFailedEventAttributes
(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes) If the event is of typeCompleteWorkflowExecutionFailed
then this member is set and provides detailed information about the event.