| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationResult |
AmazonAppConfig.getConfiguration(GetConfigurationRequest getConfigurationRequest)
Receive information about a configuration.
|
GetConfigurationResult |
AbstractAmazonAppConfig.getConfiguration(GetConfigurationRequest request) |
GetConfigurationResult |
AmazonAppConfigClient.getConfiguration(GetConfigurationRequest request)
Receive information about a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetConfigurationResult> |
AbstractAmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler) |
Future<GetConfigurationResult> |
AmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest getConfigurationRequest,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Receive information about a configuration.
|
Future<GetConfigurationResult> |
AmazonAppConfigAsyncClient.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler) |
| 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 © 2021. All rights reserved.