| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default RequestCancelWorkflowExecutionResponse |
SWFClient.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the currently running workflow execution
identified by the given domain, workflowId, and runId. |
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. |
| Modifier and Type | Method and Description |
|---|---|
Request<RequestCancelWorkflowExecutionRequest> |
RequestCancelWorkflowExecutionRequestMarshaller.marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<RequestCancelWorkflowExecutionRequest> |
RequestCancelWorkflowExecutionRequestMarshaller.marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest) |
void |
RequestCancelWorkflowExecutionRequestModelMarshaller.marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.