DBEngineVersion |
DBEngineVersion.clone() |
|
DBEngineVersion |
DBEngineVersion.withDBEngineDescription(String dBEngineDescription) |
The description of the database engine.
|
DBEngineVersion |
DBEngineVersion.withDBEngineVersionDescription(String dBEngineVersionDescription) |
The description of the database engine version.
|
DBEngineVersion |
DBEngineVersion.withDBParameterGroupFamily(String dBParameterGroupFamily) |
The name of the DB parameter group family for the database engine.
|
DBEngineVersion |
DBEngineVersion.withDefaultCharacterSet(CharacterSet defaultCharacterSet) |
The default character set for new instances of this engine version, if
the CharacterSetName parameter of the CreateDBInstance API
is not specified.
|
DBEngineVersion |
DBEngineVersion.withEngine(String engine) |
The name of the database engine.
|
DBEngineVersion |
DBEngineVersion.withEngineVersion(String engineVersion) |
The version number of the database engine.
|
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(CharacterSet... supportedCharacterSets) |
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API.
|
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) |
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API.
|
DBEngineVersion |
DBEngineVersion.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget) |
A list of engine versions that this database engine version can be
upgraded to.
|
DBEngineVersion |
DBEngineVersion.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget) |
A list of engine versions that this database engine version can be
upgraded to.
|