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