|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignalExternalWorkflowExecutionDecisionAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of SignalExternalWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionDecisionAttributes | |
---|---|
SignalExternalWorkflowExecutionDecisionAttributes |
Decision.getSignalExternalWorkflowExecutionDecisionAttributes()
Provides details of the SignalExternalWorkflowExecution
decision. |
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 to be provided with the signal.The target workflow execution will use the signal name and input to process 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 will use the signal name and input to process the signal. |
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributes.withWorkflowId(String workflowId)
The workflowId of the workflow execution to be signaled. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionDecisionAttributes | |
---|---|
void |
Decision.setSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the SignalExternalWorkflowExecution
decision. |
Decision |
Decision.withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the SignalExternalWorkflowExecution
decision. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |