Uses of Interface
software.amazon.awssdk.services.swf.model.RequestCancelWorkflowExecutionRequest.Builder
-
Packages that use RequestCancelWorkflowExecutionRequest.Builder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.model -
-
Uses of RequestCancelWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf
Method parameters in software.amazon.awssdk.services.swf with type arguments of type RequestCancelWorkflowExecutionRequest.Builder 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 RequestCancelWorkflowExecutionResponseSwfClient. requestCancelWorkflowExecution(Consumer<RequestCancelWorkflowExecutionRequest.Builder> requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent in the currently running workflow execution identified by the given domain, workflowId, and runId. -
Uses of RequestCancelWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return RequestCancelWorkflowExecutionRequest.Builder Modifier and Type Method Description static RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest. builder()RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest.Builder. domain(String domain)The name of the domain containing the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest.Builder. runId(String runId)The runId of the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest. toBuilder()RequestCancelWorkflowExecutionRequest.BuilderRequestCancelWorkflowExecutionRequest.Builder. workflowId(String workflowId)The workflowId of the workflow execution to cancel.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type RequestCancelWorkflowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends RequestCancelWorkflowExecutionRequest.Builder>RequestCancelWorkflowExecutionRequest. serializableBuilderClass()
-