Uses of Class
software.amazon.awssdk.services.appconfig.model.GetConfigurationRequest
-
Packages that use GetConfigurationRequest 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.software.amazon.awssdk.services.appconfig.transform -
-
Uses of GetConfigurationRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type GetConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetConfigurationResponse>AppConfigAsyncClient. getConfiguration(GetConfigurationRequest 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. -
Uses of GetConfigurationRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type GetConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetConfigurationRequestMarshaller. marshall(GetConfigurationRequest getConfigurationRequest)
-