Uses of Class
software.amazon.awssdk.services.codedeploy.model.CreateDeploymentResponse
-
Packages that use CreateDeploymentResponse 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 CreateDeploymentResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return CreateDeploymentResponse Modifier and Type Method Description default CreateDeploymentResponseCodeDeployClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Deploys an application revision through the specified deployment group.default CreateDeploymentResponseCodeDeployClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Deploys an application revision through the specified deployment group.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type CreateDeploymentResponse Modifier and Type Method Description default CompletableFuture<CreateDeploymentResponse>CodeDeployAsyncClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Deploys an application revision through the specified deployment group.default CompletableFuture<CreateDeploymentResponse>CodeDeployAsyncClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Deploys an application revision through the specified deployment group.
-