Uses of Class
software.amazon.awssdk.services.rds.model.OptionVersion
Packages that use OptionVersion
-
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 OptionVersionModifier and TypeMethodDescriptionfinal List<OptionVersion>OptionGroupOption.optionGroupOptionVersions()The versions that are available for the option.Methods in software.amazon.awssdk.services.rds.model with parameters of type OptionVersionModifier and TypeMethodDescriptionOptionGroupOption.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 OptionVersionModifier and TypeMethodDescriptionOptionGroupOption.Builder.optionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions) The versions that are available for the option.