| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingConfiguration |
RestoreDbClusterFromSnapshotRequest.scalingConfiguration()
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ScalingConfiguration |
CreateDbClusterRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreDbClusterFromSnapshotRequest.Builder |
RestoreDbClusterFromSnapshotRequest.Builder.scalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
CreateDbClusterRequest.Builder |
CreateDbClusterRequest.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.
|
Copyright © 2021. All rights reserved.