Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
RequestCancelExternalWorkflowExecutionDecisionAttributes |
Decision.getRequestCancelExternalWorkflowExecutionDecisionAttributes()
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.withControl(String control)
Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.withRunId(String runId)
The
runId of the external workflow execution to cancel. |
RequestCancelExternalWorkflowExecutionDecisionAttributes |
RequestCancelExternalWorkflowExecutionDecisionAttributes.withWorkflowId(String workflowId)
The
workflowId of the external workflow execution to
cancel. |
Modifier and Type | Method and Description |
---|---|
void |
Decision.setRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Decision |
Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Copyright © 2014. All rights reserved.