| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationResult |
AmazonAppConfigClient.getConfiguration(GetConfigurationRequest request)
Deprecated.
|
GetConfigurationResult |
AbstractAmazonAppConfig.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 © 2023. All rights reserved.