Uses of Class
software.amazon.awssdk.services.rds.model.OptionVersion
-
Packages that use OptionVersion Package Description software.amazon.awssdk.services.rds.model -
-
Uses of OptionVersion in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionVersion Modifier and Type Method Description List<OptionVersion>OptionGroupOption. optionGroupOptionVersions()The versions that are available for the option.Methods in software.amazon.awssdk.services.rds.model with parameters of type OptionVersion Modifier and Type Method Description OptionGroupOption.BuilderOptionGroupOption.Builder. optionGroupOptionVersions(OptionVersion... optionGroupOptionVersions)The versions that are available for the option.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type OptionVersion Modifier and Type Method Description OptionGroupOption.BuilderOptionGroupOption.Builder. optionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)The versions that are available for the option.
-