Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes
-
Packages that use RequestCancelExternalWorkflowExecutionDecisionAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of RequestCancelExternalWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionDecisionAttributes Modifier and Type Method Description RequestCancelExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecutionDecisionAttributes. clone()
RequestCancelExternalWorkflowExecutionDecisionAttributes
Decision. getRequestCancelExternalWorkflowExecutionDecisionAttributes()
Provides details of theRequestCancelExternalWorkflowExecution
decision.RequestCancelExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecutionDecisionAttributes. withControl(String control)
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecutionDecisionAttributes. withRunId(String runId)
TherunId
of the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributes
RequestCancelExternalWorkflowExecutionDecisionAttributes. withWorkflowId(String workflowId)
Required. TheworkflowId
of the external workflow execution to cancel.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionDecisionAttributes Modifier and Type Method Description void
Decision. setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of theRequestCancelExternalWorkflowExecution
decision.Decision
Decision. withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of theRequestCancelExternalWorkflowExecution
decision.
-