Uses of Class
com.amazonaws.services.simpleworkflow.model.TerminateWorkflowExecutionRequest
-
Packages that use TerminateWorkflowExecutionRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of TerminateWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type TerminateWorkflowExecutionRequest Modifier and Type Method Description voidAbstractAmazonSimpleWorkflow. terminateWorkflowExecution(TerminateWorkflowExecutionRequest request)voidAmazonSimpleWorkflow. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.voidAmazonSimpleWorkflowClient. terminateWorkflowExecution(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.Future<Void>AbstractAmazonSimpleWorkflowAsync. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request)Future<Void>AbstractAmazonSimpleWorkflowAsync. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request, AsyncHandler<TerminateWorkflowExecutionRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.Future<Void>AmazonSimpleWorkflowAsync. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest, AsyncHandler<TerminateWorkflowExecutionRequest,Void> asyncHandler)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.Future<Void>AmazonSimpleWorkflowAsyncClient. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request)Future<Void>AmazonSimpleWorkflowAsyncClient. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request, AsyncHandler<TerminateWorkflowExecutionRequest,Void> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type TerminateWorkflowExecutionRequest Modifier and Type Method Description Future<Void>AbstractAmazonSimpleWorkflowAsync. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request, AsyncHandler<TerminateWorkflowExecutionRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest terminateWorkflowExecutionRequest, AsyncHandler<TerminateWorkflowExecutionRequest,Void> asyncHandler)Records aWorkflowExecutionTerminatedevent and forces closure of the workflow execution identified by the given domain, runId, and workflowId.Future<Void>AmazonSimpleWorkflowAsyncClient. terminateWorkflowExecutionAsync(TerminateWorkflowExecutionRequest request, AsyncHandler<TerminateWorkflowExecutionRequest,Void> asyncHandler) -
Uses of TerminateWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return TerminateWorkflowExecutionRequest Modifier and Type Method Description TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. clone()TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withChildPolicy(ChildPolicy childPolicy)If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withChildPolicy(String childPolicy)If set, specifies the policy to use for the child workflow executions of the workflow execution being terminated.TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withDetails(String details)Optional. Details for terminating the workflow execution.TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withDomain(String domain)The domain of the workflow execution to terminate.TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withReason(String reason)Optional. A descriptive reason for terminating the workflow execution.TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withRunId(String runId)The runId of the workflow execution to terminate.TerminateWorkflowExecutionRequestTerminateWorkflowExecutionRequest. withWorkflowId(String workflowId)The workflowId of the workflow execution to terminate.
-