| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default TerminateWorkflowExecutionResponse |
SwfClient.terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces closure of the workflow execution identified
by the given domain, runId, and workflowId. |
default CompletableFuture<TerminateWorkflowExecutionResponse> |
SwfAsyncClient.terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records a
WorkflowExecutionTerminated event and forces closure of the workflow execution identified
by the given domain, runId, and workflowId. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
TerminateWorkflowExecutionRequestMarshaller.marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest) |
Copyright © 2021. All rights reserved.