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