Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleWorkflowClient.terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces
closure of the workflow execution identified by the given domain, runId,
and workflowId. |
void |
AmazonSimpleWorkflow.terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces
closure of the workflow execution identified by the given domain, runId,
and workflowId. |
void |
AbstractAmazonSimpleWorkflow.terminateWorkflowExecution(TerminateWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces
closure of the workflow execution identified by the given domain, runId,
and workflowId. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request,
AsyncHandler<TerminateWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest,
AsyncHandler<TerminateWorkflowExecutionRequest,java.lang.Void> asyncHandler)
Records a
WorkflowExecutionTerminated event and forces
closure of the workflow execution identified by the given domain, runId,
and workflowId. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request,
AsyncHandler<TerminateWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request,
AsyncHandler<TerminateWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest,
AsyncHandler<TerminateWorkflowExecutionRequest,java.lang.Void> asyncHandler)
Records a
WorkflowExecutionTerminated event and forces
closure of the workflow execution identified by the given domain, runId,
and workflowId. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request,
AsyncHandler<TerminateWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.clone() |
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of
the workflow execution being terminated.
|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withChildPolicy(java.lang.String childPolicy)
If set, specifies the policy to use for the child workflow executions of
the workflow execution being terminated.
|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withDetails(java.lang.String details)
Optional. Details for terminating the workflow execution.
|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withDomain(java.lang.String domain)
The domain of the workflow execution to terminate.
|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withReason(java.lang.String reason)
Optional. A descriptive reason for terminating the workflow
execution.
|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withRunId(java.lang.String runId)
The runId of the workflow execution to terminate.
|
TerminateWorkflowExecutionRequest |
TerminateWorkflowExecutionRequest.withWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to terminate.
|
Modifier and Type | Method and Description |
---|---|
Request<TerminateWorkflowExecutionRequest> |
TerminateWorkflowExecutionRequestMarshaller.marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<TerminateWorkflowExecutionRequest> |
TerminateWorkflowExecutionRequestMarshaller.marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest) |