Uses of Enum
com.amazonaws.services.simpleworkflow.model.CancelWorkflowExecutionFailedCause
Packages that use CancelWorkflowExecutionFailedCause
-
Uses of CancelWorkflowExecutionFailedCause in com.amazonaws.services.simpleworkflow.model
Subclasses with type arguments of type CancelWorkflowExecutionFailedCause in com.amazonaws.services.simpleworkflow.modelMethods in com.amazonaws.services.simpleworkflow.model that return CancelWorkflowExecutionFailedCauseModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.static CancelWorkflowExecutionFailedCause[]CancelWorkflowExecutionFailedCause.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelWorkflowExecutionFailedCauseModifier and TypeMethodDescriptionvoidCancelWorkflowExecutionFailedEventAttributes.setCause(CancelWorkflowExecutionFailedCause cause) The cause of the failure.CancelWorkflowExecutionFailedEventAttributes.withCause(CancelWorkflowExecutionFailedCause cause) The cause of the failure.