| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
PendingModifiedValues |
PendingModifiedValues.clone() |
PendingModifiedValues |
DBInstance.getPendingModifiedValues()
A value that specifies that changes to the DB instance are pending.
|
PendingModifiedValues |
PendingModifiedValues.withAllocatedStorage(Integer allocatedStorage)
The allocated storage size for the DB instance specified in gibibytes (GiB).
|
PendingModifiedValues |
PendingModifiedValues.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
PendingModifiedValues |
PendingModifiedValues.withCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withDBInstanceClass(String dBInstanceClass)
The name of the compute and memory capacity class for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withDBInstanceIdentifier(String dBInstanceIdentifier)
The database identifier for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withDBSubnetGroupName(String dBSubnetGroupName)
The DB subnet group for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withEngineVersion(String engineVersion)
The database engine version.
|
PendingModifiedValues |
PendingModifiedValues.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is
enabled.
|
PendingModifiedValues |
PendingModifiedValues.withIops(Integer iops)
The Provisioned IOPS value for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withLicenseModel(String licenseModel)
The license model for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withMasterUserPassword(String masterUserPassword)
The master credentials for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withMultiAZ(Boolean multiAZ)
A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.
|
PendingModifiedValues |
PendingModifiedValues.withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) |
PendingModifiedValues |
PendingModifiedValues.withPort(Integer port)
The port for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withProcessorFeatures(Collection<ProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withProcessorFeatures(ProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withStorageType(String storageType)
The storage type of the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
A value that specifies that changes to the DB instance are pending.
|
DBInstance |
DBInstance.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
A value that specifies that changes to the DB instance are pending.
|
Copyright © 2021. All rights reserved.