| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDeploymentResponse |
CodeDeployClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
default CreateDeploymentResponse |
CodeDeployClient.createDeployment(CreateDeploymentRequest createDeploymentRequest)
Deploys an application revision through the specified deployment group.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.