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 voidAbstractAmazonSimpleWorkflow. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest request)voidAmazonSimpleWorkflow. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent in the currently running workflow execution identified by the given domain, workflowId, and runId.voidAmazonSimpleWorkflowClient. requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)Records aWorkflowExecutionCancelRequestedevent 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 aWorkflowExecutionCancelRequestedevent 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 aWorkflowExecutionCancelRequestedevent 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 aWorkflowExecutionCancelRequestedevent 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 RequestCancelWorkflowExecutionRequestRequestCancelWorkflowExecutionRequest. clone()RequestCancelWorkflowExecutionRequestRequestCancelWorkflowExecutionRequest. withDomain(String domain)The name of the domain containing the workflow execution to cancel.RequestCancelWorkflowExecutionRequestRequestCancelWorkflowExecutionRequest. withRunId(String runId)The runId of the workflow execution to cancel.RequestCancelWorkflowExecutionRequestRequestCancelWorkflowExecutionRequest. withWorkflowId(String workflowId)The workflowId of the workflow execution to cancel.
-