| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow | 
 Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
 | 
| com.amazonaws.services.simpleworkflow.model | 
 Classes modeling the various types represented by AmazonSimpleWorkflow. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AmazonSimpleWorkflow.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
void | 
AmazonSimpleWorkflowClient.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
Future<Void> | 
AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
Future<Void> | 
AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
Future<Void> | 
AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
                                   AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
Future<Void> | 
AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
                                   AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
| Modifier and Type | Method and Description | 
|---|---|
Future<Void> | 
AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
                                   AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
Future<Void> | 
AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
                                   AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
 Records a  
WorkflowExecutionCancelRequested event in the
 currently running workflow execution identified by the given domain,
 workflowId, and runId. | 
| Modifier and Type | Method and Description | 
|---|---|
RequestCancelWorkflowExecutionRequest | 
RequestCancelWorkflowExecutionRequest.clone()  | 
RequestCancelWorkflowExecutionRequest | 
RequestCancelWorkflowExecutionRequest.withDomain(String domain)
The name of the domain containing the workflow execution to cancel. 
 | 
RequestCancelWorkflowExecutionRequest | 
RequestCancelWorkflowExecutionRequest.withRunId(String runId)
The runId of the workflow execution to cancel. 
 | 
RequestCancelWorkflowExecutionRequest | 
RequestCancelWorkflowExecutionRequest.withWorkflowId(String workflowId)
The workflowId of the workflow execution to cancel. 
 | 
Copyright © 2016. All rights reserved.