| Package | Description |
|---|---|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.clone() |
ClusterPendingModifiedValues |
DBCluster.getPendingModifiedValues()
This data type is used as a response element in the
ModifyDBCluster operation and contains changes
that will be applied during the next maintenance window. |
ClusterPendingModifiedValues |
ClusterPendingModifiedValues.withAllocatedStorage(Integer allocatedStorage)
The allocated storage size in gibibytes (GiB) for database engines.
|
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.withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled. |
| Modifier and Type | Method and Description |
|---|---|
void |
DBCluster.setPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
This data type is used as a response element in the
ModifyDBCluster operation and contains changes
that will be applied during the next maintenance window. |
DBCluster |
DBCluster.withPendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)
This data type is used as a response element in the
ModifyDBCluster operation and contains changes
that will be applied during the next maintenance window. |
Copyright © 2023. All rights reserved.