| 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 |
|---|---|
Request<TerminateWorkflowExecutionRequest> |
TerminateWorkflowExecutionRequestMarshaller.marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<TerminateWorkflowExecutionRequest> |
TerminateWorkflowExecutionRequestMarshaller.marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest) |
void |
TerminateWorkflowExecutionRequestModelMarshaller.marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.