Uses of Class
com.amazonaws.services.rds.model.OptionSetting
-
Packages that use OptionSetting Package Description com.amazonaws.services.rds.model -
-
Uses of OptionSetting in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return OptionSetting Modifier and Type Method Description OptionSetting
OptionSetting. clone()
OptionSetting
OptionSetting. withAllowedValues(String allowedValues)
The allowed values of the option setting.OptionSetting
OptionSetting. withApplyType(String applyType)
The DB engine specific parameter type.OptionSetting
OptionSetting. withDataType(String dataType)
The data type of the option setting.OptionSetting
OptionSetting. withDefaultValue(String defaultValue)
The default value of the option setting.OptionSetting
OptionSetting. withDescription(String description)
The description of the option setting.OptionSetting
OptionSetting. withIsCollection(Boolean isCollection)
Indicates if the option setting is part of a collection.OptionSetting
OptionSetting. withIsModifiable(Boolean isModifiable)
A Boolean value that, when true, indicates the option setting can be modified from the default.OptionSetting
OptionSetting. withName(String name)
The name of the option that has settings that you can set.OptionSetting
OptionSetting. withValue(String value)
The current value of the option setting.Methods in com.amazonaws.services.rds.model that return types with arguments of type OptionSetting Modifier and Type Method Description List<OptionSetting>
Option. getOptionSettings()
The option settings for this option.List<OptionSetting>
OptionConfiguration. getOptionSettings()
The option settings to include in an option group.Methods in com.amazonaws.services.rds.model with parameters of type OptionSetting Modifier and Type Method Description Option
Option. withOptionSettings(OptionSetting... optionSettings)
The option settings for this option.OptionConfiguration
OptionConfiguration. withOptionSettings(OptionSetting... optionSettings)
The option settings to include in an option group.Method parameters in com.amazonaws.services.rds.model with type arguments of type OptionSetting Modifier and Type Method Description void
Option. setOptionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.void
OptionConfiguration. setOptionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.Option
Option. withOptionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.OptionConfiguration
OptionConfiguration. withOptionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.
-