| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.clone() |
ClusterPendingModifiedValues |
DBCluster.getPendingModifiedValues()
Specifies that changes to the DB cluster are pending.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withDBClusterIdentifier(String dBClusterIdentifier)
The DBClusterIdentifier for the DB cluster.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withEngineVersion(String engineVersion)
The database engine version.
|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
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)
Specifies that changes to the DB cluster are pending.
|
DBCluster |
DBCluster.withPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
Specifies that changes to the DB cluster are pending.
|
Copyright © 2021. All rights reserved.