| 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 GetApplicationResponse |
CodeDeployClient.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Gets information about an application.
|
default GetApplicationResponse |
CodeDeployClient.getApplication(GetApplicationRequest getApplicationRequest)
Gets information about an application.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetApplicationResponse> |
CodeDeployAsyncClient.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Gets information about an application.
|
default CompletableFuture<GetApplicationResponse> |
CodeDeployAsyncClient.getApplication(GetApplicationRequest getApplicationRequest)
Gets information about an application.
|
Copyright © 2023. All rights reserved.