Uses of Class
com.amazonaws.services.rds.model.OptionGroupOptionSetting
Packages that use OptionGroupOptionSetting
-
Uses of OptionGroupOptionSetting in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return OptionGroupOptionSettingModifier and TypeMethodDescriptionOptionGroupOptionSetting.clone()OptionGroupOptionSetting.withAllowedValues(String allowedValues) Indicates the acceptable values for the option group option.OptionGroupOptionSetting.withApplyType(String applyType) The DB engine specific parameter type for the option group option.OptionGroupOptionSetting.withDefaultValue(String defaultValue) The default value for the option group option.OptionGroupOptionSetting.withIsModifiable(Boolean isModifiable) Boolean value where true indicates that this option group option can be changed from the default value.OptionGroupOptionSetting.withSettingDescription(String settingDescription) The description of the option group option.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 OptionGroupOptionSettingModifier and TypeMethodDescriptionOptionGroupOption.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 OptionGroupOptionSettingModifier and TypeMethodDescriptionOptionGroupOption.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 OptionGroupOptionSettingModifier and TypeMethodDescriptionvoidOptionGroupOption.setOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings) Specifies the option settings that are available (and the default value) for each option in an option group.OptionGroupOption.withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings) Specifies the option settings that are available (and the default value) for each option in an option group.