| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfigdata |
AppConfig Data provides the data plane APIs your application uses to retrieve configuration data.
|
| software.amazon.awssdk.services.appconfigdata.model |
| Modifier and Type | Method and Description |
|---|---|
default GetLatestConfigurationResponse |
AppConfigDataClient.getLatestConfiguration(Consumer<GetLatestConfigurationRequest.Builder> getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
default GetLatestConfigurationResponse |
AppConfigDataClient.getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)
Retrieves the latest deployed configuration.
|
default StartConfigurationSessionResponse |
AppConfigDataClient.startConfigurationSession(Consumer<StartConfigurationSessionRequest.Builder> startConfigurationSessionRequest)
Starts a configuration session used to retrieve a deployed configuration.
|
default StartConfigurationSessionResponse |
AppConfigDataClient.startConfigurationSession(StartConfigurationSessionRequest startConfigurationSessionRequest)
Starts a configuration session used to retrieve a deployed configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
The input fails to satisfy the constraints specified by the service.
|
class |
InternalServerException
There was an internal failure in the service.
|
class |
ResourceNotFoundException
The requested resource could not be found.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
| Modifier and Type | Method and Description |
|---|---|
AppConfigDataException |
AppConfigDataException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(AppConfigDataException ex) |
Copyright © 2022. All rights reserved.