| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetConfigurationResult> |
AbstractAmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler) |
Future<GetConfigurationResult> |
AmazonAppConfigAsyncClient.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler) |
Future<GetConfigurationResult> |
AmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest getConfigurationRequest,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Retrieve information about a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationRequest |
GetConfigurationRequest.clone() |
GetConfigurationRequest |
GetConfigurationRequest.withApplication(String application)
The application to get.
|
GetConfigurationRequest |
GetConfigurationRequest.withClientConfigurationVersion(String clientConfigurationVersion)
The configuration version returned in the most recent GetConfiguration response.
|
GetConfigurationRequest |
GetConfigurationRequest.withClientId(String clientId)
A unique ID to identify the client for the configuration.
|
GetConfigurationRequest |
GetConfigurationRequest.withConfiguration(String configuration)
The configuration to get.
|
GetConfigurationRequest |
GetConfigurationRequest.withEnvironment(String environment)
The environment to get.
|
Copyright © 2020. All rights reserved.