Uses of Class
software.amazon.awssdk.services.swf.model.TerminateWorkflowExecutionResponse
-
Packages that use TerminateWorkflowExecutionResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of TerminateWorkflowExecutionResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return TerminateWorkflowExecutionResponse Modifier and Type Method Description default TerminateWorkflowExecutionResponse
SwfClient. terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.default TerminateWorkflowExecutionResponse
SwfClient. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.Methods in software.amazon.awssdk.services.swf that return types with arguments of type TerminateWorkflowExecutionResponse Modifier and Type Method Description default CompletableFuture<TerminateWorkflowExecutionResponse>
SwfAsyncClient. terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.default CompletableFuture<TerminateWorkflowExecutionResponse>
SwfAsyncClient. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId.
-