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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionSignaledEventAttributes
 ExternalWorkflowExecutionSignaledEventAttributes HistoryEvent.getExternalWorkflowExecutionSignaledEventAttributes()
          If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event.
 ExternalWorkflowExecutionSignaledEventAttributes ExternalWorkflowExecutionSignaledEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal.
 ExternalWorkflowExecutionSignaledEventAttributes ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution that the signal was delivered to.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExternalWorkflowExecutionSignaledEventAttributes
 void HistoryEvent.setExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
          If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
          If the event is of type ExternalWorkflowExecutionSignaled then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.