| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<OptionSetting> |
OptionConfiguration.optionSettings()
The option settings to include in an option group.
|
List<OptionSetting> |
Option.optionSettings()
The option settings for this option.
|
| Modifier and Type | Method and Description |
|---|---|
OptionConfiguration.Builder |
OptionConfiguration.Builder.optionSettings(OptionSetting... optionSettings)
The option settings to include in an option group.
|
Option.Builder |
Option.Builder.optionSettings(OptionSetting... optionSettings)
The option settings for this option.
|
| Modifier and Type | Method and Description |
|---|---|
OptionConfiguration.Builder |
OptionConfiguration.Builder.optionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.
|
Option.Builder |
Option.Builder.optionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.
|
Copyright © 2022. All rights reserved.