Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
Packages that use RequestCancelExternalWorkflowExecutionDecisionAttributes
-
Uses of RequestCancelExternalWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionRequestCancelExternalWorkflowExecutionDecisionAttributes.clone()Provides details of theRequestCancelExternalWorkflowExecutiondecision.RequestCancelExternalWorkflowExecutionDecisionAttributes.withControl(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.TherunIdof the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes.withWorkflowId(String workflowId) Required. TheworkflowIdof the external workflow execution to cancel.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionvoidDecision.setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes) Provides details of theRequestCancelExternalWorkflowExecutiondecision.Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes) Provides details of theRequestCancelExternalWorkflowExecutiondecision.