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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 RequestCancelExternalWorkflowExecutionInitiatedEventAttributes HistoryEvent.getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
          If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
 RequestCancelExternalWorkflowExecutionInitiatedEventAttributes RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withControl(String control)
          Optional data attached to the event that can be used by the decider in subsequent workflow tasks.
 RequestCancelExternalWorkflowExecutionInitiatedEventAttributes RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
 RequestCancelExternalWorkflowExecutionInitiatedEventAttributes RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withRunId(String runId)
          The runId of the external workflow execution to be canceled.
 RequestCancelExternalWorkflowExecutionInitiatedEventAttributes RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId(String workflowId)
          The workflowId of the external workflow execution to be canceled.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
 void HistoryEvent.setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
          If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes)
          If the event is of type RequestCancelExternalWorkflowExecutionInitiated then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.