Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateConfigurationProfileResponse
-
Packages that use CreateConfigurationProfileResponse 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 CreateConfigurationProfileResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return CreateConfigurationProfileResponse Modifier and Type Method Description default CreateConfigurationProfileResponseAppConfigClient. createConfigurationProfile(Consumer<CreateConfigurationProfileRequest.Builder> createConfigurationProfileRequest)Creates a configuration profile, which is information that enables AppConfig to access the configuration source.default CreateConfigurationProfileResponseAppConfigClient. createConfigurationProfile(CreateConfigurationProfileRequest createConfigurationProfileRequest)Creates a configuration profile, which is information that enables AppConfig to access the configuration source.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type CreateConfigurationProfileResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationProfileResponse>AppConfigAsyncClient. createConfigurationProfile(Consumer<CreateConfigurationProfileRequest.Builder> createConfigurationProfileRequest)Creates a configuration profile, which is information that enables AppConfig to access the configuration source.default CompletableFuture<CreateConfigurationProfileResponse>AppConfigAsyncClient. createConfigurationProfile(CreateConfigurationProfileRequest createConfigurationProfileRequest)Creates a configuration profile, which is information that enables AppConfig to access the configuration source.
-