Uses of Class
com.amazonaws.services.rds.model.OptionGroupOptionSetting
-
Packages that use OptionGroupOptionSetting Package Description com.amazonaws.services.rds.model -
-
Uses of OptionGroupOptionSetting in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return OptionGroupOptionSetting Modifier and Type Method Description OptionGroupOptionSetting
OptionGroupOptionSetting. clone()
OptionGroupOptionSetting
OptionGroupOptionSetting. withAllowedValues(String allowedValues)
Indicates the acceptable values for the option group option.OptionGroupOptionSetting
OptionGroupOptionSetting. withApplyType(String applyType)
The DB engine specific parameter type for the option group option.OptionGroupOptionSetting
OptionGroupOptionSetting. withDefaultValue(String defaultValue)
The default value for the option group option.OptionGroupOptionSetting
OptionGroupOptionSetting. withIsModifiable(Boolean isModifiable)
Boolean value where true indicates that this option group option can be changed from the default value.OptionGroupOptionSetting
OptionGroupOptionSetting. withSettingDescription(String settingDescription)
The description of the option group option.OptionGroupOptionSetting
OptionGroupOptionSetting. withSettingName(String settingName)
The name of the option group option.Methods in com.amazonaws.services.rds.model that return types with arguments of type OptionGroupOptionSetting Modifier and Type Method Description List<OptionGroupOptionSetting>
OptionGroupOption. getOptionGroupOptionSettings()
Specifies the option settings that are available (and the default value) for each option in an option group.Methods in com.amazonaws.services.rds.model with parameters of type OptionGroupOptionSetting Modifier and Type Method Description OptionGroupOption
OptionGroupOption. withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
Specifies the option settings that are available (and the default value) for each option in an option group.Method parameters in com.amazonaws.services.rds.model with type arguments of type OptionGroupOptionSetting Modifier and Type Method Description void
OptionGroupOption. setOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
Specifies the option settings that are available (and the default value) for each option in an option group.OptionGroupOption
OptionGroupOption. withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
Specifies the option settings that are available (and the default value) for each option in an option group.
-