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 TerminateWorkflowExecutionResponseSwfClient. terminateWorkflowExecution(Consumer<TerminateWorkflowExecutionRequest.Builder> terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.default TerminateWorkflowExecutionResponseSwfClient. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent 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 aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.default CompletableFuture<TerminateWorkflowExecutionResponse>SwfAsyncClient. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.
-