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