Uses of Class
com.amazonaws.services.simpleworkflow.model.CompleteWorkflowExecutionFailedEventAttributes
-
Packages that use CompleteWorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CompleteWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CompleteWorkflowExecutionFailedEventAttributes Modifier and Type Method Description CompleteWorkflowExecutionFailedEventAttributesCompleteWorkflowExecutionFailedEventAttributes. clone()CompleteWorkflowExecutionFailedEventAttributesHistoryEvent. getCompleteWorkflowExecutionFailedEventAttributes()If the event is of typeCompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event.CompleteWorkflowExecutionFailedEventAttributesCompleteWorkflowExecutionFailedEventAttributes. withCause(CompleteWorkflowExecutionFailedCause cause)The cause of the failure.CompleteWorkflowExecutionFailedEventAttributesCompleteWorkflowExecutionFailedEventAttributes. withCause(String cause)The cause of the failure.CompleteWorkflowExecutionFailedEventAttributesCompleteWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CompleteWorkflowExecutionFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)If the event is of typeCompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withCompleteWorkflowExecutionFailedEventAttributes(CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes)If the event is of typeCompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-