| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfigdata |
Use the AppConfigData API, a capability of AWS AppConfig, to retrieve deployed configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default GetLatestConfigurationResponse |
AppConfigDataClient.getLatestConfiguration(Consumer<GetLatestConfigurationRequest.Builder> getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
default GetLatestConfigurationResponse |
AppConfigDataClient.getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLatestConfigurationResponse> |
AppConfigDataAsyncClient.getLatestConfiguration(Consumer<GetLatestConfigurationRequest.Builder> getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
default CompletableFuture<GetLatestConfigurationResponse> |
AppConfigDataAsyncClient.getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
Copyright © 2021. All rights reserved.