Package | Description |
---|---|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<DBEngineVersion> |
DescribeDBEngineVersionsResult.getDBEngineVersions()
A list of
DBEngineVersion elements. |
Modifier and Type | Method and Description |
---|---|
DescribeDBEngineVersionsResult |
DescribeDBEngineVersionsResult.withDBEngineVersions(DBEngineVersion... dBEngineVersions)
A list of
DBEngineVersion elements. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBEngineVersionsResult.setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
A list of
DBEngineVersion elements. |
DescribeDBEngineVersionsResult |
DescribeDBEngineVersionsResult.withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
A list of
DBEngineVersion elements. |
Copyright © 2014. All rights reserved.