Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
-
Packages that use RequestCancelWorkflowExecutionRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of RequestCancelWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type RequestCancelWorkflowExecutionRequest Modifier and Type Method Description void
AbstractAmazonSimpleWorkflow. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest request)
void
AmazonSimpleWorkflow. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records aWorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId.void
AmazonSimpleWorkflowClient. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records aWorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId.Future<Void>
AbstractAmazonSimpleWorkflowAsync. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request)
Future<Void>
AbstractAmazonSimpleWorkflowAsync. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
Future<Void>
AmazonSimpleWorkflowAsync. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records aWorkflowExecutionCancelRequested
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 aWorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId.Future<Void>
AmazonSimpleWorkflowAsyncClient. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request)
Future<Void>
AmazonSimpleWorkflowAsyncClient. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RequestCancelWorkflowExecutionRequest Modifier and Type Method Description Future<Void>
AbstractAmazonSimpleWorkflowAsync. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
Future<Void>
AmazonSimpleWorkflowAsync. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest, AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
Records aWorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId.Future<Void>
AmazonSimpleWorkflowAsyncClient. requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest,Void> asyncHandler)
-
Uses of RequestCancelWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelWorkflowExecutionRequest Modifier and Type Method 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.
-