Uses of Class
software.amazon.awssdk.services.appconfigdata.model.ResourceNotFoundException
-
Packages that use ResourceNotFoundException Package Description software.amazon.awssdk.services.appconfigdata AppConfig Data provides the data plane APIs your application uses to retrieve configuration data. -
-
Uses of ResourceNotFoundException in software.amazon.awssdk.services.appconfigdata
Methods in software.amazon.awssdk.services.appconfigdata that throw ResourceNotFoundException 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.
-