| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. clone() | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | HistoryEvent. getSignalExternalWorkflowExecutionInitiatedEventAttributes()
 If the event is of type  SignalExternalWorkflowExecutionInitiatedthen this member is set and
 provides detailed information about the event. | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. withControl(String control)
 Data attached to the event that can be used by the decider in subsequent decision tasks. | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal. | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. withInput(String input)
 The input provided to the signal. | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. withRunId(String runId)
 The  runIdof the external workflow execution to send the signal to. | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. withSignalName(String signalName)
 The name of the signal. | 
| SignalExternalWorkflowExecutionInitiatedEventAttributes | SignalExternalWorkflowExecutionInitiatedEventAttributes. withWorkflowId(String workflowId)
 The  workflowIdof the external workflow execution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
 If the event is of type  SignalExternalWorkflowExecutionInitiatedthen this member is set and
 provides detailed information about the event. | 
| HistoryEvent | HistoryEvent. withSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
 If the event is of type  SignalExternalWorkflowExecutionInitiatedthen this member is set and
 provides detailed information about the event. | 
Copyright © 2020. All rights reserved.