Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleWorkflowClient.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the
currently running workflow execution identified by the given domain,
workflowId, and runId. |
void |
AmazonSimpleWorkflow.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the
currently running workflow execution identified by the given domain,
workflowId, and runId. |
void |
AbstractAmazonSimpleWorkflow.requestCancelWorkflowExecution(RequestCancelWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest)
Records a
WorkflowExecutionCancelRequested event in the
currently running workflow execution identified by the given domain,
workflowId, and runId. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request,
AsyncHandler<RequestCancelWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
AsyncHandler<RequestCancelWorkflowExecutionRequest,java.lang.Void> asyncHandler)
Records a
WorkflowExecutionCancelRequested event in the
currently running workflow execution identified by the given domain,
workflowId, and runId. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request,
AsyncHandler<RequestCancelWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request,
AsyncHandler<RequestCancelWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest,
AsyncHandler<RequestCancelWorkflowExecutionRequest,java.lang.Void> asyncHandler)
Records a
WorkflowExecutionCancelRequested event in the
currently running workflow execution identified by the given domain,
workflowId, and runId. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.requestCancelWorkflowExecutionAsync(RequestCancelWorkflowExecutionRequest request,
AsyncHandler<RequestCancelWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RequestCancelWorkflowExecutionRequest |
RequestCancelWorkflowExecutionRequest.clone() |
RequestCancelWorkflowExecutionRequest |
RequestCancelWorkflowExecutionRequest.withDomain(java.lang.String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest |
RequestCancelWorkflowExecutionRequest.withRunId(java.lang.String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest |
RequestCancelWorkflowExecutionRequest.withWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to cancel.
|
Modifier and Type | Method and Description |
---|---|
Request<RequestCancelWorkflowExecutionRequest> |
RequestCancelWorkflowExecutionRequestMarshaller.marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<RequestCancelWorkflowExecutionRequest> |
RequestCancelWorkflowExecutionRequestMarshaller.marshall(RequestCancelWorkflowExecutionRequest requestCancelWorkflowExecutionRequest) |