| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default GetConfigurationResponse |
AppConfigClient.getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)
Deprecated.
This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with
StartConfigurationSession.
|
default CompletableFuture<GetConfigurationResponse> |
AppConfigAsyncClient.getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)
Deprecated.
This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with
StartConfigurationSession.
|
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.application(String application)
The application to get.
|
static GetConfigurationRequest.Builder |
GetConfigurationRequest.builder() |
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.clientConfigurationVersion(String clientConfigurationVersion)
The configuration version returned in the most recent
GetConfiguration response. |
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.clientId(String clientId)
The clientId parameter in the following command is a unique, user-specified ID to identify the client for the
configuration.
|
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.configuration(String configuration)
The configuration to get.
|
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.environment(String environment)
The environment to get.
|
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetConfigurationRequest.Builder |
GetConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConfigurationRequest.Builder> |
GetConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.