Uses of Class
com.amazonaws.services.rds.model.DBEngineVersion
Packages that use DBEngineVersion
-
Uses of DBEngineVersion in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DBEngineVersionModifier and TypeMethodDescriptionDBEngineVersion.clone()
DBEngineVersion.withDBEngineDescription
(String dBEngineDescription) The description of the database engine.DBEngineVersion.withDBEngineVersionDescription
(String dBEngineVersionDescription) The description of the database engine version.DBEngineVersion.withDBParameterGroupFamily
(String dBParameterGroupFamily) The name of the DB parameter group family for the database engine.DBEngineVersion.withDefaultCharacterSet
(CharacterSet defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetName
parameter of the CreateDBInstance API is not specified.DBEngineVersion.withEngine
(String engine) The name of the database engine.DBEngineVersion.withEngineVersion
(String engineVersion) The version number of the database engine.DBEngineVersion.withSupportedCharacterSets
(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetName
parameter of the CreateDBInstance API.DBEngineVersion.withSupportedCharacterSets
(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetName
parameter of the CreateDBInstance API.DBEngineVersion.withValidUpgradeTarget
(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.Methods in com.amazonaws.services.rds.model that return types with arguments of type DBEngineVersionModifier and TypeMethodDescriptionDescribeDBEngineVersionsResult.getDBEngineVersions()
A list ofDBEngineVersion
elements.Methods in com.amazonaws.services.rds.model with parameters of type DBEngineVersionModifier and TypeMethodDescriptionDescribeDBEngineVersionsResult.withDBEngineVersions
(DBEngineVersion... dBEngineVersions) A list ofDBEngineVersion
elements.Method parameters in com.amazonaws.services.rds.model with type arguments of type DBEngineVersionModifier and TypeMethodDescriptionvoid
DescribeDBEngineVersionsResult.setDBEngineVersions
(Collection<DBEngineVersion> dBEngineVersions) A list ofDBEngineVersion
elements.DescribeDBEngineVersionsResult.withDBEngineVersions
(Collection<DBEngineVersion> dBEngineVersions) A list ofDBEngineVersion
elements.