Uses of Class
com.amazonaws.services.rds.model.UpgradeTarget
Packages that use UpgradeTarget
-
Uses of UpgradeTarget in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return UpgradeTargetModifier and TypeMethodDescriptionUpgradeTarget.clone()UpgradeTarget.withAutoUpgrade(Boolean autoUpgrade) A value that indicates whether the target version will be applied to any source DB instances that have AutoMinorVersionUpgrade set to true.UpgradeTarget.withDescription(String description) The version of the database engine that a DB instance can be upgraded to.UpgradeTarget.withEngine(String engine) The name of the upgrade target database engine.UpgradeTarget.withEngineVersion(String engineVersion) The version number of the upgrade target database engine.UpgradeTarget.withIsMajorVersionUpgrade(Boolean isMajorVersionUpgrade) A value that indicates whether a database engine will be upgraded to a major version.Methods in com.amazonaws.services.rds.model that return types with arguments of type UpgradeTargetModifier and TypeMethodDescriptionDBEngineVersion.getValidUpgradeTarget()A list of engine versions that this database engine version can be upgraded to.Methods in com.amazonaws.services.rds.model with parameters of type UpgradeTargetModifier and TypeMethodDescriptionDBEngineVersion.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to.Method parameters in com.amazonaws.services.rds.model with type arguments of type UpgradeTargetModifier and TypeMethodDescriptionvoidDBEngineVersion.setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to.DBEngineVersion.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget) A list of engine versions that this database engine version can be upgraded to.