Uses of Class
com.amazonaws.services.simpleworkflow.model.FailWorkflowExecutionFailedEventAttributes
-
Packages that use FailWorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of FailWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return FailWorkflowExecutionFailedEventAttributes Modifier and Type Method Description FailWorkflowExecutionFailedEventAttributesFailWorkflowExecutionFailedEventAttributes. clone()FailWorkflowExecutionFailedEventAttributesHistoryEvent. getFailWorkflowExecutionFailedEventAttributes()If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.FailWorkflowExecutionFailedEventAttributesFailWorkflowExecutionFailedEventAttributes. withCause(FailWorkflowExecutionFailedCause cause)The cause of the failure.FailWorkflowExecutionFailedEventAttributesFailWorkflowExecutionFailedEventAttributes. withCause(String cause)The cause of the failure.FailWorkflowExecutionFailedEventAttributesFailWorkflowExecutionFailedEventAttributes. 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 FailWorkflowExecutionFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withFailWorkflowExecutionFailedEventAttributes(FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes)If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-