Uses of Class
software.amazon.awssdk.services.swf.model.RequestCancelWorkflowExecutionRequest
-
Packages that use RequestCancelWorkflowExecutionRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of RequestCancelWorkflowExecutionRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type RequestCancelWorkflowExecutionRequest Modifier and Type Method Description default CompletableFuture<RequestCancelWorkflowExecutionResponse>SwfAsyncClient. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest 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. -
Uses of RequestCancelWorkflowExecutionRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type RequestCancelWorkflowExecutionRequest Modifier and Type Method Description SdkHttpFullRequestRequestCancelWorkflowExecutionRequestMarshaller. marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
-