Uses of Class
software.amazon.awssdk.services.swf.model.CompleteWorkflowExecutionFailedCause
-
Packages that use CompleteWorkflowExecutionFailedCause Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CompleteWorkflowExecutionFailedCause in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CompleteWorkflowExecutionFailedCause Modifier and Type Method Description CompleteWorkflowExecutionFailedCauseCompleteWorkflowExecutionFailedEventAttributes. cause()The cause of the failure.static CompleteWorkflowExecutionFailedCauseCompleteWorkflowExecutionFailedCause. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompleteWorkflowExecutionFailedCauseCompleteWorkflowExecutionFailedCause. valueOf(String name)Returns the enum constant of this type with the specified name.static CompleteWorkflowExecutionFailedCause[]CompleteWorkflowExecutionFailedCause. 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 CompleteWorkflowExecutionFailedCause Modifier and Type Method Description static Set<CompleteWorkflowExecutionFailedCause>CompleteWorkflowExecutionFailedCause. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type CompleteWorkflowExecutionFailedCause Modifier and Type Method Description CompleteWorkflowExecutionFailedEventAttributes.BuilderCompleteWorkflowExecutionFailedEventAttributes.Builder. cause(CompleteWorkflowExecutionFailedCause causeValue)The cause of the failure.
-