| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingConfiguration |
ScalingConfiguration.clone() |
ScalingConfiguration |
CreateDBClusterRequest.getScalingConfiguration()
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ScalingConfiguration |
RestoreDBClusterFromSnapshotRequest.getScalingConfiguration()
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ScalingConfiguration |
ModifyDBClusterRequest.getScalingConfiguration()
The scaling properties of the DB cluster.
|
ScalingConfiguration |
ScalingConfiguration.withAutoPause(Boolean autoPause)
A value that indicates whether to allow or disallow automatic pause for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfiguration |
ScalingConfiguration.withMaxCapacity(Integer maxCapacity)
The maximum capacity for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfiguration |
ScalingConfiguration.withMinCapacity(Integer minCapacity)
The minimum capacity for an Aurora DB cluster in
serverless DB engine mode. |
ScalingConfiguration |
ScalingConfiguration.withSecondsUntilAutoPause(Integer secondsUntilAutoPause)
The time, in seconds, before an Aurora DB cluster in
serverless mode is paused. |
ScalingConfiguration |
ScalingConfiguration.withTimeoutAction(String timeoutAction)
The action to take when the timeout is reached, either
ForceApplyCapacityChange or
RollbackCapacityChange. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDBClusterRequest.setScalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
void |
RestoreDBClusterFromSnapshotRequest.setScalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
void |
ModifyDBClusterRequest.setScalingConfiguration(ScalingConfiguration scalingConfiguration)
The scaling properties of the DB cluster.
|
CreateDBClusterRequest |
CreateDBClusterRequest.withScalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withScalingConfiguration(ScalingConfiguration scalingConfiguration)
For DB clusters in
serverless DB engine mode, the scaling properties of the DB cluster. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withScalingConfiguration(ScalingConfiguration scalingConfiguration)
The scaling properties of the DB cluster.
|
Copyright © 2019. All rights reserved.