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