Uses of Class
software.amazon.awssdk.services.codedeploy.model.ContinueDeploymentRequest
-
Packages that use ContinueDeploymentRequest 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.software.amazon.awssdk.services.codedeploy.transform -
-
Uses of ContinueDeploymentRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type ContinueDeploymentRequest Modifier and Type Method Description 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.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. -
Uses of ContinueDeploymentRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type ContinueDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestContinueDeploymentRequestMarshaller. marshall(ContinueDeploymentRequest continueDeploymentRequest)
-