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 theRequestCancelExternalWorkflowExecution
decision.RequestCancelExternalWorkflowExecutionDecisionAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.TherunId
of the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes.withWorkflowId
(String workflowId) Required. TheworkflowId
of the external workflow execution to cancel.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setRequestCancelExternalWorkflowExecutionDecisionAttributes
(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes) Provides details of theRequestCancelExternalWorkflowExecution
decision.Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes
(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes) Provides details of theRequestCancelExternalWorkflowExecution
decision.