Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionDecisionAttributes

Packages that use RequestCancelExternalWorkflowExecutionDecisionAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of RequestCancelExternalWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionDecisionAttributes
 RequestCancelExternalWorkflowExecutionDecisionAttributes Decision.getRequestCancelExternalWorkflowExecutionDecisionAttributes()
          Provides details of the RequestCancelExternalWorkflowExecution 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)
          The runId of the external workflow execution to cancel.
 RequestCancelExternalWorkflowExecutionDecisionAttributes RequestCancelExternalWorkflowExecutionDecisionAttributes.withWorkflowId(String workflowId)
          The workflowId of the external workflow execution to cancel.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionDecisionAttributes
 void Decision.setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
          Provides details of the RequestCancelExternalWorkflowExecution decision.
 Decision Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
          Provides details of the RequestCancelExternalWorkflowExecution decision.
 



Copyright © 2016. All rights reserved.