Uses of Class
com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
Packages that use FailWorkflowExecutionFailedEventAttributes
-
Uses of FailWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return FailWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionFailWorkflowExecutionFailedEventAttributes.clone()HistoryEvent.getFailWorkflowExecutionFailedEventAttributes()If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.FailWorkflowExecutionFailedEventAttributes.withCause(FailWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.FailWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theFailWorkflowExecutiondecision to fail this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type FailWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes) If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEvent.withFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes) If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.