| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<OptionConfiguration> |
ModifyOptionGroupRequest.optionsToInclude()
Options in this list are added to the option group or, if already present, the specified configuration is used to
update the existing configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyOptionGroupRequest.Builder |
ModifyOptionGroupRequest.Builder.optionsToInclude(OptionConfiguration... optionsToInclude)
Options in this list are added to the option group or, if already present, the specified configuration is
used to update the existing configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyOptionGroupRequest.Builder |
ModifyOptionGroupRequest.Builder.optionsToInclude(Collection<OptionConfiguration> optionsToInclude)
Options in this list are added to the option group or, if already present, the specified configuration is
used to update the existing configuration.
|
Copyright © 2023. All rights reserved.