Uses of Class
software.amazon.awssdk.services.appconfig.model.GetConfigurationProfileResponse
-
Packages that use GetConfigurationProfileResponse 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. -
-
Uses of GetConfigurationProfileResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetConfigurationProfileResponse Modifier and Type Method Description default GetConfigurationProfileResponseAppConfigClient. getConfigurationProfile(Consumer<GetConfigurationProfileRequest.Builder> getConfigurationProfileRequest)Retrieves information about a configuration profile.default GetConfigurationProfileResponseAppConfigClient. getConfigurationProfile(GetConfigurationProfileRequest getConfigurationProfileRequest)Retrieves information about a configuration profile.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetConfigurationProfileResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationProfileResponse>AppConfigAsyncClient. getConfigurationProfile(Consumer<GetConfigurationProfileRequest.Builder> getConfigurationProfileRequest)Retrieves information about a configuration profile.default CompletableFuture<GetConfigurationProfileResponse>AppConfigAsyncClient. getConfigurationProfile(GetConfigurationProfileRequest getConfigurationProfileRequest)Retrieves information about a configuration profile.
-