Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
Future<StopExecutionResult> |
AWSStepFunctionsAsync.stopExecutionAsync(StopExecutionRequest stopExecutionRequest,
AsyncHandler<StopExecutionRequest,StopExecutionResult> asyncHandler)
Stops an execution.
|
Future<StopExecutionResult> |
AWSStepFunctionsAsyncClient.stopExecutionAsync(StopExecutionRequest request,
AsyncHandler<StopExecutionRequest,StopExecutionResult> asyncHandler) |
Future<StopExecutionResult> |
AbstractAWSStepFunctionsAsync.stopExecutionAsync(StopExecutionRequest request,
AsyncHandler<StopExecutionRequest,StopExecutionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StopExecutionRequest |
StopExecutionRequest.clone() |
StopExecutionRequest |
StopExecutionRequest.withCause(String cause)
A more detailed explanation of the cause of the termination.
|
StopExecutionRequest |
StopExecutionRequest.withError(String error)
An arbitrary error code that identifies the cause of the termination.
|
StopExecutionRequest |
StopExecutionRequest.withExecutionArn(String executionArn)
The Amazon Resource Name (ARN) of the execution to stop.
|
Copyright © 2018. All rights reserved.