Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelWorkflowExecutionRequest
Packages that use RequestCancelWorkflowExecutionRequest
Package
Description
-
Uses of RequestCancelWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type RequestCancelWorkflowExecutionRequestModifier and TypeMethodDescriptionvoid
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.AbstractAmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync
(RequestCancelWorkflowExecutionRequest request) AbstractAmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync
(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync
(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest) Records aWorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId.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.AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync
(RequestCancelWorkflowExecutionRequest request) AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync
(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest, Void> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RequestCancelWorkflowExecutionRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync
(RequestCancelWorkflowExecutionRequest request, AsyncHandler<RequestCancelWorkflowExecutionRequest, Void> asyncHandler) 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.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 RequestCancelWorkflowExecutionRequestModifier and TypeMethodDescriptionRequestCancelWorkflowExecutionRequest.clone()
RequestCancelWorkflowExecutionRequest.withDomain
(String domain) The name of the domain containing the workflow execution to cancel.The runId of the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.withWorkflowId
(String workflowId) The workflowId of the workflow execution to cancel.