| 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. |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
TerminateWorkflowExecutionResponse |
TerminateWorkflowExecutionResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.