| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.clone() |
ClusterPendingModifiedValues |
DBCluster.getPendingModifiedValues()
Information about pending changes to the DB cluster.
|
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.withCertificateDetails(CertificateDetails certificateDetails) |
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)
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) |
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withRdsCustomClusterConfiguration(RdsCustomClusterConfiguration rdsCustomClusterConfiguration)
Reserved for future use.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withStorageType(String storageType)
The storage type for the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBCluster.setPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
Information about pending changes to the DB cluster.
|
DBCluster |
DBCluster.withPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
Information about pending changes to the DB cluster.
|
Copyright © 2024. All rights reserved.