Uses of Class
com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
Packages that use SignalExternalWorkflowExecutionDecisionAttributes
-
Uses of SignalExternalWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionSignalExternalWorkflowExecutionDecisionAttributes.clone()
Provides details of theSignalExternalWorkflowExecution
decision.SignalExternalWorkflowExecutionDecisionAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent decision tasks.Optional. Input data to be provided with the signal.TherunId
of the workflow execution to be signaled.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.withWorkflowId
(String workflowId) Required. TheworkflowId
of the workflow execution to be signaled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setSignalExternalWorkflowExecutionDecisionAttributes
(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes) Provides details of theSignalExternalWorkflowExecution
decision.Decision.withSignalExternalWorkflowExecutionDecisionAttributes
(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes) Provides details of theSignalExternalWorkflowExecution
decision.