Uses of Class
software.amazon.awssdk.services.rds.model.OptionGroupOptionSetting
Packages that use OptionGroupOptionSetting
-
Uses of OptionGroupOptionSetting in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionGroupOptionSettingModifier and TypeMethodDescriptionfinal List<OptionGroupOptionSetting>OptionGroupOption.optionGroupOptionSettings()The option settings that are available (and the default value) for each option in an option group.Methods in software.amazon.awssdk.services.rds.model with parameters of type OptionGroupOptionSettingModifier and TypeMethodDescriptionOptionGroupOption.Builder.optionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings) The option settings that are available (and the default value) for each option in an option group.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type OptionGroupOptionSettingModifier and TypeMethodDescriptionOptionGroupOption.Builder.optionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings) The option settings that are available (and the default value) for each option in an option group.