Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<OptionSetting> |
OptionConfiguration.getOptionSettings()
The option settings to include in an option group.
|
List<OptionSetting> |
Option.getOptionSettings()
The option settings for this option.
|
Modifier and Type | Method and Description |
---|---|
OptionConfiguration |
OptionConfiguration.withOptionSettings(OptionSetting... optionSettings)
The option settings to include in an option group.
|
Option |
Option.withOptionSettings(OptionSetting... optionSettings)
The option settings for this option.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionConfiguration.setOptionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.
|
void |
Option.setOptionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.
|
OptionConfiguration |
OptionConfiguration.withOptionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.
|
Option |
Option.withOptionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.
|
Copyright © 2018. All rights reserved.