Package | Description |
---|---|
com.amazonaws.services.stepfunctions |
|
com.amazonaws.services.stepfunctions.model | |
com.amazonaws.services.stepfunctions.model.transform |
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.
|
Modifier and Type | Method and Description |
---|---|
Request<StopExecutionRequest> |
StopExecutionRequestProtocolMarshaller.marshall(StopExecutionRequest stopExecutionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<StopExecutionRequest> |
StopExecutionRequestProtocolMarshaller.marshall(StopExecutionRequest stopExecutionRequest) |
void |
StopExecutionRequestMarshaller.marshall(StopExecutionRequest stopExecutionRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.