Uses of Class
software.amazon.awssdk.services.rds.model.OptionConfiguration
Packages that use OptionConfiguration
-
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 OptionConfigurationModifier and TypeMethodDescriptionfinal 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 OptionConfigurationModifier and TypeMethodDescriptionModifyOptionGroupRequest.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 OptionConfigurationModifier and TypeMethodDescriptionModifyOptionGroupRequest.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.