| Package | Description |
|---|---|
| com.amazonaws.services.appconfigdata |
AppConfig Data provides the data plane APIs your application uses to retrieve configuration data.
|
| com.amazonaws.services.appconfigdata.model |
| Modifier and Type | Method and Description |
|---|---|
GetLatestConfigurationResult |
AbstractAWSAppConfigData.getLatestConfiguration(GetLatestConfigurationRequest request) |
GetLatestConfigurationResult |
AWSAppConfigDataClient.getLatestConfiguration(GetLatestConfigurationRequest request)
Retrieves the latest deployed configuration.
|
GetLatestConfigurationResult |
AWSAppConfigData.getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLatestConfigurationResult> |
AWSAppConfigDataAsyncClient.getLatestConfigurationAsync(GetLatestConfigurationRequest request,
AsyncHandler<GetLatestConfigurationRequest,GetLatestConfigurationResult> asyncHandler) |
Future<GetLatestConfigurationResult> |
AbstractAWSAppConfigDataAsync.getLatestConfigurationAsync(GetLatestConfigurationRequest request,
AsyncHandler<GetLatestConfigurationRequest,GetLatestConfigurationResult> asyncHandler) |
Future<GetLatestConfigurationResult> |
AWSAppConfigDataAsync.getLatestConfigurationAsync(GetLatestConfigurationRequest getLatestConfigurationRequest,
AsyncHandler<GetLatestConfigurationRequest,GetLatestConfigurationResult> asyncHandler)
Retrieves the latest deployed configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetLatestConfigurationResult |
GetLatestConfigurationResult.clone() |
GetLatestConfigurationResult |
GetLatestConfigurationResult.withConfiguration(ByteBuffer configuration)
The data of the configuration.
|
GetLatestConfigurationResult |
GetLatestConfigurationResult.withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
GetLatestConfigurationResult |
GetLatestConfigurationResult.withNextPollConfigurationToken(String nextPollConfigurationToken)
The latest token describing the current state of the configuration session.
|
GetLatestConfigurationResult |
GetLatestConfigurationResult.withNextPollIntervalInSeconds(Integer nextPollIntervalInSeconds)
The amount of time the client should wait before polling for configuration updates again.
|
GetLatestConfigurationResult |
GetLatestConfigurationResult.withVersionLabel(String versionLabel)
The user-defined label for the AppConfig hosted configuration version.
|
Copyright © 2025. All rights reserved.