| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RequestCancelWorkflowExecutionResponse> |
SwfAsyncClient.requestCancelWorkflowExecution(Consumer<RequestCancelWorkflowExecutionRequest.Builder> requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the currently running workflow execution
identified by the given domain, workflowId, and runId. |
default RequestCancelWorkflowExecutionResponse |
SwfClient.requestCancelWorkflowExecution(Consumer<RequestCancelWorkflowExecutionRequest.Builder> requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the currently running workflow execution
identified by the given domain, workflowId, and runId. |
| Modifier and Type | Method and Description |
|---|---|
static RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.builder() |
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.domain(String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.runId(String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.toBuilder() |
RequestCancelWorkflowExecutionRequest.Builder |
RequestCancelWorkflowExecutionRequest.Builder.workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestCancelWorkflowExecutionRequest.Builder> |
RequestCancelWorkflowExecutionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.