Uses of Class
software.amazon.awssdk.services.appconfig.model.GetConfigurationProfileResponse
-
Packages that use GetConfigurationProfileResponse 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 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.
-