Uses of Class
software.amazon.awssdk.services.appconfigdata.model.AppConfigDataException
-
Packages that use AppConfigDataException 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 -
-
Uses of AppConfigDataException in software.amazon.awssdk.services.appconfigdata
Methods in software.amazon.awssdk.services.appconfigdata that throw AppConfigDataException Modifier and Type Method Description default GetLatestConfigurationResponseAppConfigDataClient. getLatestConfiguration(Consumer<GetLatestConfigurationRequest.Builder> getLatestConfigurationRequest)Retrieves the latest deployed configuration.default GetLatestConfigurationResponseAppConfigDataClient. getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)Retrieves the latest deployed configuration.default StartConfigurationSessionResponseAppConfigDataClient. startConfigurationSession(Consumer<StartConfigurationSessionRequest.Builder> startConfigurationSessionRequest)Starts a configuration session used to retrieve a deployed configuration.default StartConfigurationSessionResponseAppConfigDataClient. startConfigurationSession(StartConfigurationSessionRequest startConfigurationSessionRequest)Starts a configuration session used to retrieve a deployed configuration. -
Uses of AppConfigDataException in software.amazon.awssdk.services.appconfigdata.model
Subclasses of AppConfigDataException in software.amazon.awssdk.services.appconfigdata.model Modifier and Type Class Description classBadRequestExceptionThe input fails to satisfy the constraints specified by the service.classInternalServerExceptionThere was an internal failure in the service.classResourceNotFoundExceptionThe requested resource could not be found.classThrottlingExceptionThe request was denied due to request throttling.Methods in software.amazon.awssdk.services.appconfigdata.model that return AppConfigDataException Modifier and Type Method Description AppConfigDataExceptionAppConfigDataException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.appconfigdata.model with parameters of type AppConfigDataException Constructor Description BuilderImpl(AppConfigDataException ex)
-