| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| Modifier and Type | Method and Description |
|---|---|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(Consumer<ContinueDeploymentRequest.Builder> continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
default ContinueDeploymentResponse |
CodeDeployClient.continueDeployment(ContinueDeploymentRequest continueDeploymentRequest)
For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment
to instances in the replacement environment without waiting for a specified wait time to elapse.
|
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.
|
Copyright © 2021. All rights reserved.