| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingConfiguration |
CreateDbClusterRequest.scalingConfiguration()
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ScalingConfiguration |
RestoreDbClusterFromSnapshotRequest.scalingConfiguration()
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ScalingConfiguration |
ModifyDbClusterRequest.scalingConfiguration()
The scaling properties of the DB cluster.
|
ScalingConfiguration |
RestoreDbClusterToPointInTimeRequest.scalingConfiguration()
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
| Modifier and Type | Method and Description |
|---|---|
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
RestoreDbClusterFromSnapshotRequest.Builder |
RestoreDbClusterFromSnapshotRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ModifyDbClusterRequest.Builder |
ModifyDbClusterRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
The scaling properties of the DB cluster.
|
RestoreDbClusterToPointInTimeRequest.Builder |
RestoreDbClusterToPointInTimeRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
Copyright © 2022. All rights reserved.