Uses of Class
software.amazon.awssdk.services.rds.model.OptionSetting
Packages that use OptionSetting
-
Uses of OptionSetting in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionSettingModifier and TypeMethodDescriptionfinal List<OptionSetting>Option.optionSettings()The option settings for this option.final List<OptionSetting>OptionConfiguration.optionSettings()The option settings to include in an option group.Methods in software.amazon.awssdk.services.rds.model with parameters of type OptionSettingModifier and TypeMethodDescriptionOption.Builder.optionSettings(OptionSetting... optionSettings) The option settings for this option.OptionConfiguration.Builder.optionSettings(OptionSetting... optionSettings) The option settings to include in an option group.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type OptionSettingModifier and TypeMethodDescriptionOption.Builder.optionSettings(Collection<OptionSetting> optionSettings) The option settings for this option.OptionConfiguration.Builder.optionSettings(Collection<OptionSetting> optionSettings) The option settings to include in an option group.