Uses of Class
software.amazon.awssdk.services.rds.model.OptionConfiguration
-
Packages that use OptionConfiguration Package Description software.amazon.awssdk.services.rds.model -
-
Uses of OptionConfiguration in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionConfiguration Modifier and Type Method 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.Methods in software.amazon.awssdk.services.rds.model with parameters of type OptionConfiguration Modifier and Type Method Description ModifyOptionGroupRequest.BuilderModifyOptionGroupRequest.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.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type OptionConfiguration Modifier and Type Method Description ModifyOptionGroupRequest.BuilderModifyOptionGroupRequest.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.
-