Uses of Class
software.amazon.awssdk.services.swf.model.CancelWorkflowExecutionFailedCause
-
Packages that use CancelWorkflowExecutionFailedCause Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CancelWorkflowExecutionFailedCause in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CancelWorkflowExecutionFailedCause Modifier and Type Method Description CancelWorkflowExecutionFailedCauseCancelWorkflowExecutionFailedEventAttributes. cause()The cause of the failure.static CancelWorkflowExecutionFailedCauseCancelWorkflowExecutionFailedCause. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CancelWorkflowExecutionFailedCauseCancelWorkflowExecutionFailedCause. valueOf(String name)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 software.amazon.awssdk.services.swf.model that return types with arguments of type CancelWorkflowExecutionFailedCause Modifier and Type Method Description static Set<CancelWorkflowExecutionFailedCause>CancelWorkflowExecutionFailedCause. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type CancelWorkflowExecutionFailedCause Modifier and Type Method Description CancelWorkflowExecutionFailedEventAttributes.BuilderCancelWorkflowExecutionFailedEventAttributes.Builder. cause(CancelWorkflowExecutionFailedCause causeValue)The cause of the failure.
-