| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.clone() |
ClusterPendingModifiedValues |
DBCluster.getPendingModifiedValues()
A value that specifies that changes to the DB cluster are pending.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withAllocatedStorage(Integer allocatedStorage)
The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automatic DB snapshots are retained.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withDBClusterIdentifier(String dBClusterIdentifier)
The DBClusterIdentifier value for the DB cluster.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withEngineVersion(String engineVersion)
The database engine version.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts is enabled.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withIops(Integer iops)
The Provisioned IOPS (I/O operations per second) value.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withMasterUserPassword(String masterUserPassword)
The master credentials for the DB cluster.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) |
| Modifier and Type | Method and Description |
|---|---|
void |
DBCluster.setPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
A value that specifies that changes to the DB cluster are pending.
|
DBCluster |
DBCluster.withPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
A value that specifies that changes to the DB cluster are pending.
|
Copyright © 2022. All rights reserved.