Uses of Class
software.amazon.awssdk.services.appconfig.model.UpdateConfigurationProfileRequest
-
Packages that use UpdateConfigurationProfileRequest 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 UpdateConfigurationProfileRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type UpdateConfigurationProfileRequest Modifier and Type Method Description default CompletableFuture<UpdateConfigurationProfileResponse>AppConfigAsyncClient. updateConfigurationProfile(UpdateConfigurationProfileRequest updateConfigurationProfileRequest)Updates a configuration profile.default UpdateConfigurationProfileResponseAppConfigClient. updateConfigurationProfile(UpdateConfigurationProfileRequest updateConfigurationProfileRequest)Updates a configuration profile. -
Uses of UpdateConfigurationProfileRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type UpdateConfigurationProfileRequest Modifier and Type Method Description SdkHttpFullRequestUpdateConfigurationProfileRequestMarshaller. marshall(UpdateConfigurationProfileRequest updateConfigurationProfileRequest)
-