Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionCancelRequestedCause
-
Packages that use WorkflowExecutionCancelRequestedCause Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionCancelRequestedCause in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionCancelRequestedCause Modifier and Type Method Description WorkflowExecutionCancelRequestedCauseWorkflowExecutionCancelRequestedEventAttributes. cause()If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.static WorkflowExecutionCancelRequestedCauseWorkflowExecutionCancelRequestedCause. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkflowExecutionCancelRequestedCauseWorkflowExecutionCancelRequestedCause. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowExecutionCancelRequestedCause[]WorkflowExecutionCancelRequestedCause. 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 WorkflowExecutionCancelRequestedCause Modifier and Type Method Description static Set<WorkflowExecutionCancelRequestedCause>WorkflowExecutionCancelRequestedCause. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionCancelRequestedCause Modifier and Type Method Description WorkflowExecutionCancelRequestedEventAttributes.BuilderWorkflowExecutionCancelRequestedEventAttributes.Builder. cause(WorkflowExecutionCancelRequestedCause causeValue)If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.
-