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