Uses of Class
com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedEventAttributes
-
Packages that use CancelWorkflowExecutionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CancelWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CancelWorkflowExecutionFailedEventAttributes Modifier and Type Method Description CancelWorkflowExecutionFailedEventAttributesCancelWorkflowExecutionFailedEventAttributes. clone()CancelWorkflowExecutionFailedEventAttributesHistoryEvent. getCancelWorkflowExecutionFailedEventAttributes()If the event is of typeCancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event.CancelWorkflowExecutionFailedEventAttributesCancelWorkflowExecutionFailedEventAttributes. withCause(CancelWorkflowExecutionFailedCause cause)The cause of the failure.CancelWorkflowExecutionFailedEventAttributesCancelWorkflowExecutionFailedEventAttributes. withCause(String cause)The cause of the failure.CancelWorkflowExecutionFailedEventAttributesCancelWorkflowExecutionFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelWorkflowExecutiondecision for this cancellation request.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelWorkflowExecutionFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)If the event is of typeCancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withCancelWorkflowExecutionFailedEventAttributes(CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes)If the event is of typeCancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event.
-