|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBEngineVersion | |
---|---|
com.amazonaws.services.rds.model | Classes modeling the various types represented by AmazonRDS. |
Uses of DBEngineVersion in com.amazonaws.services.rds.model |
---|
Methods in com.amazonaws.services.rds.model that return DBEngineVersion | |
---|---|
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. |
Methods in com.amazonaws.services.rds.model that return types with arguments of type DBEngineVersion | |
---|---|
List<DBEngineVersion> |
DescribeDBEngineVersionsResult.getDBEngineVersions()
A list of DBEngineVersion elements. |
Methods in com.amazonaws.services.rds.model with parameters of type DBEngineVersion | |
---|---|
DescribeDBEngineVersionsResult |
DescribeDBEngineVersionsResult.withDBEngineVersions(DBEngineVersion... dBEngineVersions)
A list of DBEngineVersion elements. |
Method parameters in com.amazonaws.services.rds.model with type arguments of type DBEngineVersion | |
---|---|
void |
DescribeDBEngineVersionsResult.setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
A list of DBEngineVersion elements. |
DescribeDBEngineVersionsResult |
DescribeDBEngineVersionsResult.withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
A list of DBEngineVersion elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |