| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and 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.withIsRequired(Boolean isRequired)
Boolean value where true indicates that a value must be specified for this option setting of the option group
option.
|
OptionGroupOptionSetting |
OptionGroupOptionSetting.withMinimumEngineVersionPerAllowedValue(Collection<MinimumEngineVersionPerAllowedValue> minimumEngineVersionPerAllowedValue)
The minimum DB engine version required for the corresponding allowed value for this option setting.
|
OptionGroupOptionSetting |
OptionGroupOptionSetting.withMinimumEngineVersionPerAllowedValue(MinimumEngineVersionPerAllowedValue... minimumEngineVersionPerAllowedValue)
The minimum DB engine version required for the corresponding allowed value for this option setting.
|
OptionGroupOptionSetting |
OptionGroupOptionSetting.withSettingDescription(String settingDescription)
The description of the option group option.
|
OptionGroupOptionSetting |
OptionGroupOptionSetting.withSettingName(String settingName)
The name of the option group option.
|
| Modifier and Type | Method and Description |
|---|---|
List<OptionGroupOptionSetting> |
OptionGroupOption.getOptionGroupOptionSettings()
The option settings that are available (and the default value) for each option in an option group.
|
| Modifier and Type | Method and Description |
|---|---|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionGroupOption.setOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
Copyright © 2022. All rights reserved.