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