Uses of Class
software.amazon.awssdk.services.appconfig.model.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments. -
-
Uses of GetConfigurationResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetConfigurationResponse Modifier and Type Method Description default GetConfigurationResponseAppConfigClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Deprecated.This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.default GetConfigurationResponseAppConfigClient. getConfiguration(GetConfigurationRequest getConfigurationRequest)Deprecated.This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationResponse>AppConfigAsyncClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Deprecated.This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.default CompletableFuture<GetConfigurationResponse>AppConfigAsyncClient. getConfiguration(GetConfigurationRequest getConfigurationRequest)Deprecated.This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with StartConfigurationSession.
-