| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
default StopDeploymentResponse |
CodeDeployClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopDeploymentResponse> |
CodeDeployAsyncClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
default CompletableFuture<StopDeploymentResponse> |
CodeDeployAsyncClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Attempts to stop an ongoing deployment.
|
Copyright © 2020. All rights reserved.