| 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.waiters |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse |
CodeDeployClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets information about a deployment.
|
default GetDeploymentResponse |
CodeDeployClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeploymentResponse> |
CodeDeployAsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Gets information about a deployment.
|
default CompletableFuture<GetDeploymentResponse> |
CodeDeployAsyncClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a deployment.
|
Copyright © 2022. All rights reserved.