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 RequestCancelExternalWorkflowExecutionDecisionAttributesRequestCancelExternalWorkflowExecutionDecisionAttributes. clone()RequestCancelExternalWorkflowExecutionDecisionAttributesDecision. getRequestCancelExternalWorkflowExecutionDecisionAttributes()Provides details of theRequestCancelExternalWorkflowExecutiondecision.RequestCancelExternalWorkflowExecutionDecisionAttributesRequestCancelExternalWorkflowExecutionDecisionAttributes. withControl(String control)Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionDecisionAttributesRequestCancelExternalWorkflowExecutionDecisionAttributes. withRunId(String runId)TherunIdof the external workflow execution to cancel.RequestCancelExternalWorkflowExecutionDecisionAttributesRequestCancelExternalWorkflowExecutionDecisionAttributes. withWorkflowId(String workflowId)Required. TheworkflowIdof the external workflow execution to cancel.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionDecisionAttributes Modifier and Type Method Description voidDecision. setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)Provides details of theRequestCancelExternalWorkflowExecutiondecision.DecisionDecision. withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)Provides details of theRequestCancelExternalWorkflowExecutiondecision.
-