| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application
behavior in production environments without full code deployments.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationResult |
AbstractAmazonAppConfig.getConfiguration(GetConfigurationRequest request)
Deprecated.
|
GetConfigurationResult |
AmazonAppConfigClient.getConfiguration(GetConfigurationRequest request)
Deprecated.
|
GetConfigurationResult |
AmazonAppConfig.getConfiguration(GetConfigurationRequest getConfigurationRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetConfigurationResult> |
AmazonAppConfigAsyncClient.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Deprecated.
|
Future<GetConfigurationResult> |
AbstractAmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Deprecated.
|
Future<GetConfigurationResult> |
AmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest getConfigurationRequest,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationResult |
GetConfigurationResult.clone() |
GetConfigurationResult |
GetConfigurationResult.withConfigurationVersion(String configurationVersion)
The configuration version.
|
GetConfigurationResult |
GetConfigurationResult.withContent(ByteBuffer content)
The content of the configuration or the configuration data.
|
GetConfigurationResult |
GetConfigurationResult.withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
Copyright © 2024. All rights reserved.