| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RequestCancelWorkflowExecutionResponse> |
SwfAsyncClient.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the currently running workflow execution
identified by the given domain, workflowId, and runId. |
default RequestCancelWorkflowExecutionResponse |
SwfClient.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest 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 |
|---|---|
SdkHttpFullRequest |
RequestCancelWorkflowExecutionRequestMarshaller.marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest) |
Copyright © 2022. All rights reserved.