Uses of Class
software.amazon.awssdk.services.codedeploy.model.ContinueDeploymentResponse
-
Packages that use ContinueDeploymentResponse Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service. -
-
Uses of ContinueDeploymentResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return ContinueDeploymentResponse Modifier and Type Method Description default ContinueDeploymentResponseCodeDeployClient. 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 ContinueDeploymentResponseCodeDeployClient. 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.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type ContinueDeploymentResponse Modifier and Type Method Description default CompletableFuture<ContinueDeploymentResponse>CodeDeployAsyncClient. 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 CompletableFuture<ContinueDeploymentResponse>CodeDeployAsyncClient. 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.
-