Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private SignalExternalWorkflowExecutionDecisionAttributes |
Decision.signalExternalWorkflowExecutionDecisionAttributes
Provides details of the
SignalExternalWorkflowExecution
decision. |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributes.clone() |
SignalExternalWorkflowExecutionDecisionAttributes |
Decision.getSignalExternalWorkflowExecutionDecisionAttributes()
Provides details of the
SignalExternalWorkflowExecution
decision. |
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributes.withControl(java.lang.String control)
Optional. Data attached to the event that can be used by the
decider in subsequent decision tasks.
|
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributes.withInput(java.lang.String input)
Optional. Input data to be provided with the signal.
|
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributes.withRunId(java.lang.String runId)
The
runId of the workflow execution to be signaled. |
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributes.withSignalName(java.lang.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(java.lang.String workflowId)
Required. The
workflowId of the workflow execution to
be signaled. |
Modifier and Type | Method and Description |
---|---|
void |
Decision.setSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the
SignalExternalWorkflowExecution
decision. |
Decision |
Decision.withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the
SignalExternalWorkflowExecution
decision. |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionDecisionAttributes |
SignalExternalWorkflowExecutionDecisionAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SignalExternalWorkflowExecutionDecisionAttributesJsonMarshaller.marshall(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|