| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| Modifier and Type | Method and Description |
|---|---|
default StopExecutionResponse |
SfnClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
default StopExecutionResponse |
SfnClient.stopExecution(StopExecutionRequest stopExecutionRequest)
Stops an execution.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopExecutionResponse> |
SfnAsyncClient.stopExecution(Consumer<StopExecutionRequest.Builder> stopExecutionRequest)
Stops an execution.
|
default CompletableFuture<StopExecutionResponse> |
SfnAsyncClient.stopExecution(StopExecutionRequest stopExecutionRequest)
Stops an execution.
|
Copyright © 2018. All rights reserved.