Uses of Class
software.amazon.awssdk.services.swf.model.TerminateWorkflowExecutionRequest
-
Packages that use TerminateWorkflowExecutionRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of TerminateWorkflowExecutionRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type TerminateWorkflowExecutionRequest Modifier and Type Method Description 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.default TerminateWorkflowExecutionResponse
SwfClient. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
Records aWorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. -
Uses of TerminateWorkflowExecutionRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type TerminateWorkflowExecutionRequest Modifier and Type Method Description SdkHttpFullRequest
TerminateWorkflowExecutionRequestMarshaller. marshall(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)
-