Uses of Class
software.amazon.awssdk.services.appconfig.model.GetConfigurationRequest
-
Packages that use GetConfigurationRequest Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.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)
-