| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| 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 © 2021. All rights reserved.