| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBEngineVersion |
DBEngineVersion.clone() |
DBEngineVersion |
DBEngineVersion.withCreateTime(Date createTime)
The creation time of the DB engine version.
|
DBEngineVersion |
DBEngineVersion.withCustomDBEngineVersionManifest(String customDBEngineVersionManifest)
JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine
version (CEV).
|
DBEngineVersion |
DBEngineVersion.withDatabaseInstallationFilesS3BucketName(String databaseInstallationFilesS3BucketName)
The name of the Amazon S3 bucket that contains your database installation files.
|
DBEngineVersion |
DBEngineVersion.withDatabaseInstallationFilesS3Prefix(String databaseInstallationFilesS3Prefix)
The Amazon S3 directory that contains the database installation files.
|
DBEngineVersion |
DBEngineVersion.withDBEngineDescription(String dBEngineDescription)
The description of the database engine.
|
DBEngineVersion |
DBEngineVersion.withDBEngineVersionArn(String dBEngineVersionArn)
The ARN of the custom engine version.
|
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 isn't 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.withExportableLogTypes(Collection<String> exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
DBEngineVersion |
DBEngineVersion.withExportableLogTypes(String... exportableLogTypes)
The types of logs that the database engine has available for export to CloudWatch Logs.
|
DBEngineVersion |
DBEngineVersion.withKMSKeyId(String kMSKeyId)
The Amazon Web Services KMS key identifier for an encrypted CEV.
|
DBEngineVersion |
DBEngineVersion.withMajorEngineVersion(String majorEngineVersion)
The major engine version of the CEV.
|
DBEngineVersion |
DBEngineVersion.withStatus(String status)
The status of the DB engine version, either
available or deprecated. |
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the
CreateDBInstance operation. |
DBEngineVersion |
DBEngineVersion.withSupportedEngineModes(Collection<String> supportedEngineModes)
A list of the supported DB engine modes.
|
DBEngineVersion |
DBEngineVersion.withSupportedEngineModes(String... supportedEngineModes)
A list of the supported DB engine modes.
|
DBEngineVersion |
DBEngineVersion.withSupportedFeatureNames(Collection<String> supportedFeatureNames)
A list of features supported by the DB engine.
|
DBEngineVersion |
DBEngineVersion.withSupportedFeatureNames(String... supportedFeatureNames)
A list of features supported by the DB engine.
|
DBEngineVersion |
DBEngineVersion.withSupportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
DBEngineVersion |
DBEngineVersion.withSupportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)
A list of the character sets supported by the Oracle DB engine for the
NcharCharacterSetName
parameter of the CreateDBInstance operation. |
DBEngineVersion |
DBEngineVersion.withSupportedTimezones(Collection<Timezone> supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DBEngineVersion |
DBEngineVersion.withSupportedTimezones(Timezone... supportedTimezones)
A list of the time zones supported by this engine for the
Timezone parameter of the
CreateDBInstance action. |
DBEngineVersion |
DBEngineVersion.withSupportsBabelfish(Boolean supportsBabelfish)
A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.
|
DBEngineVersion |
DBEngineVersion.withSupportsGlobalDatabases(Boolean supportsGlobalDatabases)
A value that indicates whether you can use Aurora global databases with a specific DB engine version.
|
DBEngineVersion |
DBEngineVersion.withSupportsLogExportsToCloudwatchLogs(Boolean supportsLogExportsToCloudwatchLogs)
A value that indicates whether the engine version supports exporting the log types specified by
ExportableLogTypes to CloudWatch Logs.
|
DBEngineVersion |
DBEngineVersion.withSupportsParallelQuery(Boolean supportsParallelQuery)
A value that indicates whether you can use Aurora parallel query with a specific DB engine version.
|
DBEngineVersion |
DBEngineVersion.withSupportsReadReplica(Boolean supportsReadReplica)
Indicates whether the database engine version supports read replicas.
|
DBEngineVersion |
DBEngineVersion.withTagList(Collection<Tag> tagList) |
DBEngineVersion |
DBEngineVersion.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
DBEngineVersion |
DBEngineVersion.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
DBEngineVersion |
DBEngineVersion.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
| 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 © 2022. All rights reserved.