Uses of Class
software.amazon.awssdk.services.swf.model.CancelWorkflowExecutionDecisionAttributes
-
Packages that use CancelWorkflowExecutionDecisionAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CancelWorkflowExecutionDecisionAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CancelWorkflowExecutionDecisionAttributes Modifier and Type Method Description CancelWorkflowExecutionDecisionAttributesDecision. cancelWorkflowExecutionDecisionAttributes()Provides the details of theCancelWorkflowExecutiondecision.Methods in software.amazon.awssdk.services.swf.model with parameters of type CancelWorkflowExecutionDecisionAttributes Modifier and Type Method Description Decision.BuilderDecision.Builder. cancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)Provides the details of theCancelWorkflowExecutiondecision.
-