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