| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
UpgradeTarget |
UpgradeTarget.clone() |
UpgradeTarget |
UpgradeTarget.withAutoUpgrade(Boolean autoUpgrade)
Indicates whether the target version is applied to any source DB instances that have
AutoMinorVersionUpgrade set to true. |
UpgradeTarget |
UpgradeTarget.withDescription(String description)
The version of the database engine that a DB instance can be upgraded to.
|
UpgradeTarget |
UpgradeTarget.withEngine(String engine)
The name of the upgrade target database engine.
|
UpgradeTarget |
UpgradeTarget.withEngineVersion(String engineVersion)
The version number of the upgrade target database engine.
|
UpgradeTarget |
UpgradeTarget.withIsMajorVersionUpgrade(Boolean isMajorVersionUpgrade)
Indicates whether upgrading to the target version requires upgrading the major version of the database engine.
|
UpgradeTarget |
UpgradeTarget.withSupportedEngineModes(Collection<String> supportedEngineModes)
A list of the supported DB engine modes for the target engine version.
|
UpgradeTarget |
UpgradeTarget.withSupportedEngineModes(String... supportedEngineModes)
A list of the supported DB engine modes for the target engine version.
|
UpgradeTarget |
UpgradeTarget.withSupportsBabelfish(Boolean supportsBabelfish)
Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.
|
UpgradeTarget |
UpgradeTarget.withSupportsGlobalDatabases(Boolean supportsGlobalDatabases)
Indicates whether you can use Aurora global databases with the target engine version.
|
UpgradeTarget |
UpgradeTarget.withSupportsIntegrations(Boolean supportsIntegrations)
Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.
|
UpgradeTarget |
UpgradeTarget.withSupportsLimitlessDatabase(Boolean supportsLimitlessDatabase)
Indicates whether the DB engine version supports Aurora Limitless Database.
|
UpgradeTarget |
UpgradeTarget.withSupportsLocalWriteForwarding(Boolean supportsLocalWriteForwarding)
Indicates whether the target engine version supports forwarding write operations from reader DB instances to the
writer DB instance in the DB cluster.
|
UpgradeTarget |
UpgradeTarget.withSupportsParallelQuery(Boolean supportsParallelQuery)
Indicates whether you can use Aurora parallel query with the target engine version.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpgradeTarget> |
DBEngineVersion.getValidUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
|
List<UpgradeTarget> |
ModifyCustomDBEngineVersionResult.getValidUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
|
List<UpgradeTarget> |
DeleteCustomDBEngineVersionResult.getValidUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
|
List<UpgradeTarget> |
CreateCustomDBEngineVersionResult.getValidUpgradeTarget()
A list of engine versions that this database engine version can be upgraded to.
|
| Modifier and Type | Method and Description |
|---|---|
DBEngineVersion |
DBEngineVersion.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
ModifyCustomDBEngineVersionResult |
ModifyCustomDBEngineVersionResult.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
CreateCustomDBEngineVersionResult |
CreateCustomDBEngineVersionResult.withValidUpgradeTarget(UpgradeTarget... validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBEngineVersion.setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
void |
ModifyCustomDBEngineVersionResult.setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
void |
DeleteCustomDBEngineVersionResult.setValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
void |
CreateCustomDBEngineVersionResult.setValidUpgradeTarget(Collection<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.
|
ModifyCustomDBEngineVersionResult |
ModifyCustomDBEngineVersionResult.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
DeleteCustomDBEngineVersionResult |
DeleteCustomDBEngineVersionResult.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
CreateCustomDBEngineVersionResult |
CreateCustomDBEngineVersionResult.withValidUpgradeTarget(Collection<UpgradeTarget> validUpgradeTarget)
A list of engine versions that this database engine version can be upgraded to.
|
Copyright © 2024. All rights reserved.