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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionCancelRequestedEventAttributes
 ExternalWorkflowExecutionCancelRequestedEventAttributes HistoryEvent.getExternalWorkflowExecutionCancelRequestedEventAttributes()
          If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
 ExternalWorkflowExecutionCancelRequestedEventAttributes ExternalWorkflowExecutionCancelRequestedEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
 ExternalWorkflowExecutionCancelRequestedEventAttributes ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution to which the cancellation request was delivered.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExternalWorkflowExecutionCancelRequestedEventAttributes
 void HistoryEvent.setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
          If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
          If the event is of type ExternalWorkflowExecutionCancelRequested then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.