| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| SignalExternalWorkflowExecutionDecisionAttributes | SignalExternalWorkflowExecutionDecisionAttributes. clone() | 
| SignalExternalWorkflowExecutionDecisionAttributes | Decision. getSignalExternalWorkflowExecutionDecisionAttributes()
 Provides details of the  SignalExternalWorkflowExecutiondecision. | 
| SignalExternalWorkflowExecutionDecisionAttributes | SignalExternalWorkflowExecutionDecisionAttributes. withControl(String control)
 Optional. Data attached to the event that can be used by the decider in subsequent decision tasks. | 
| SignalExternalWorkflowExecutionDecisionAttributes | SignalExternalWorkflowExecutionDecisionAttributes. withInput(String input)
 Optional. Input data to be provided with the signal. | 
| SignalExternalWorkflowExecutionDecisionAttributes | SignalExternalWorkflowExecutionDecisionAttributes. withRunId(String runId)
 The  runIdof the workflow execution to be signaled. | 
| SignalExternalWorkflowExecutionDecisionAttributes | SignalExternalWorkflowExecutionDecisionAttributes. withSignalName(String signalName)
 Required. The name of the signal.The target workflow execution will use the signal name and input to
 process the signal. | 
| SignalExternalWorkflowExecutionDecisionAttributes | SignalExternalWorkflowExecutionDecisionAttributes. withWorkflowId(String workflowId)
 Required. The  workflowIdof the workflow execution to be signaled. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Decision. setSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
 Provides details of the  SignalExternalWorkflowExecutiondecision. | 
| Decision | Decision. withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
 Provides details of the  SignalExternalWorkflowExecutiondecision. | 
Copyright © 2017. All rights reserved.