| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfigdata |
AppConfig Data provides the data plane APIs your application uses to retrieve configuration data.
|
| software.amazon.awssdk.services.appconfigdata.model |
| Modifier and Type | Method and Description |
|---|---|
default GetLatestConfigurationResponse |
AppConfigDataClient.getLatestConfiguration(Consumer<GetLatestConfigurationRequest.Builder> getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
default CompletableFuture<GetLatestConfigurationResponse> |
AppConfigDataAsyncClient.getLatestConfiguration(Consumer<GetLatestConfigurationRequest.Builder> getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static GetLatestConfigurationRequest.Builder |
GetLatestConfigurationRequest.builder() |
GetLatestConfigurationRequest.Builder |
GetLatestConfigurationRequest.Builder.configurationToken(String configurationToken)
Token describing the current state of the configuration session.
|
GetLatestConfigurationRequest.Builder |
GetLatestConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetLatestConfigurationRequest.Builder |
GetLatestConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetLatestConfigurationRequest.Builder |
GetLatestConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLatestConfigurationRequest.Builder> |
GetLatestConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.