Uses of Class
software.amazon.awssdk.services.rds.model.OptionGroupOptionSetting
-
Packages that use OptionGroupOptionSetting Package Description software.amazon.awssdk.services.rds.model -
-
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 OptionGroupOptionSetting Modifier and Type Method Description 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 OptionGroupOptionSetting Modifier and Type Method Description OptionGroupOption.BuilderOptionGroupOption.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 OptionGroupOptionSetting Modifier and Type Method Description OptionGroupOption.BuilderOptionGroupOption.Builder. optionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)The option settings that are available (and the default value) for each option in an option group.
-