Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateConfigurationProfileRequest
-
Packages that use CreateConfigurationProfileRequest 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 CreateConfigurationProfileRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type CreateConfigurationProfileRequest Modifier and Type Method Description default CompletableFuture<CreateConfigurationProfileResponse>AppConfigAsyncClient. createConfigurationProfile(CreateConfigurationProfileRequest 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. -
Uses of CreateConfigurationProfileRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type CreateConfigurationProfileRequest Modifier and Type Method Description SdkHttpFullRequestCreateConfigurationProfileRequestMarshaller. marshall(CreateConfigurationProfileRequest createConfigurationProfileRequest)
-