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 OptionSettingOptionSetting. clone()OptionSettingOptionSetting. withAllowedValues(String allowedValues)The allowed values of the option setting.OptionSettingOptionSetting. withApplyType(String applyType)The DB engine specific parameter type.OptionSettingOptionSetting. withDataType(String dataType)The data type of the option setting.OptionSettingOptionSetting. withDefaultValue(String defaultValue)The default value of the option setting.OptionSettingOptionSetting. withDescription(String description)The description of the option setting.OptionSettingOptionSetting. withIsCollection(Boolean isCollection)Indicates if the option setting is part of a collection.OptionSettingOptionSetting. withIsModifiable(Boolean isModifiable)A Boolean value that, when true, indicates the option setting can be modified from the default.OptionSettingOptionSetting. withName(String name)The name of the option that has settings that you can set.OptionSettingOptionSetting. 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 OptionOption. withOptionSettings(OptionSetting... optionSettings)The option settings for this option.OptionConfigurationOptionConfiguration. 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 voidOption. setOptionSettings(Collection<OptionSetting> optionSettings)The option settings for this option.voidOptionConfiguration. setOptionSettings(Collection<OptionSetting> optionSettings)The option settings to include in an option group.OptionOption. withOptionSettings(Collection<OptionSetting> optionSettings)The option settings for this option.OptionConfigurationOptionConfiguration. withOptionSettings(Collection<OptionSetting> optionSettings)The option settings to include in an option group.
-