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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionSignaledEventAttributes
 WorkflowExecutionSignaledEventAttributes HistoryEvent.getWorkflowExecutionSignaledEventAttributes()
          If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event.
 WorkflowExecutionSignaledEventAttributes WorkflowExecutionSignaledEventAttributes.withExternalInitiatedEventId(Long externalInitiatedEventId)
          The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this Id can be found in the history of the source workflow execution.
 WorkflowExecutionSignaledEventAttributes WorkflowExecutionSignaledEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
          The workflow execution that sent the signal.
 WorkflowExecutionSignaledEventAttributes WorkflowExecutionSignaledEventAttributes.withInput(String input)
          Inputs provided with the signal (if any).
 WorkflowExecutionSignaledEventAttributes WorkflowExecutionSignaledEventAttributes.withSignalName(String signalName)
          The name of the signal received.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionSignaledEventAttributes
 void HistoryEvent.setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
          If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
          If the event is of type WorkflowExecutionSignaled then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.