| 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 |
|---|---|
Future<GetConfigurationResult> |
AmazonAppConfigAsyncClient.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Deprecated.
|
Future<GetConfigurationResult> |
AmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest getConfigurationRequest,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Deprecated.
|
Future<GetConfigurationResult> |
AbstractAmazonAppConfigAsync.getConfigurationAsync(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResult> asyncHandler)
Deprecated.
|
| 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)
The clientId parameter in the following command is a unique, user-specified 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 © 2024. All rights reserved.