Uses of Class
software.amazon.awssdk.services.swf.model.RequestCancelWorkflowExecutionResponse
-
Packages that use RequestCancelWorkflowExecutionResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of RequestCancelWorkflowExecutionResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return RequestCancelWorkflowExecutionResponse Modifier and Type Method Description default RequestCancelWorkflowExecutionResponseSwfClient. requestCancelWorkflowExecution(Consumer<RequestCancelWorkflowExecutionRequest.Builder> requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent in the currently running workflow execution identified by the given domain, workflowId, and runId.default RequestCancelWorkflowExecutionResponseSwfClient. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent in the currently running workflow execution identified by the given domain, workflowId, and runId.Methods in software.amazon.awssdk.services.swf that return types with arguments of type RequestCancelWorkflowExecutionResponse Modifier and Type Method Description default CompletableFuture<RequestCancelWorkflowExecutionResponse>SwfAsyncClient. requestCancelWorkflowExecution(Consumer<RequestCancelWorkflowExecutionRequest.Builder> requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent in the currently running workflow execution identified by the given domain, workflowId, and runId.default CompletableFuture<RequestCancelWorkflowExecutionResponse>SwfAsyncClient. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent in the currently running workflow execution identified by the given domain, workflowId, and runId.
-