| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
|
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentResponse |
AppConfigClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Retrieve information about a configuration deployment.
|
default GetDeploymentResponse |
AppConfigClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Retrieve information about a configuration deployment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDeploymentResponse> |
AppConfigAsyncClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Retrieve information about a configuration deployment.
|
default CompletableFuture<GetDeploymentResponse> |
AppConfigAsyncClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Retrieve information about a configuration deployment.
|
Copyright © 2020. All rights reserved.