| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyCurrentDBClusterCapacityResult |
AmazonRDS.modifyCurrentDBClusterCapacity(ModifyCurrentDBClusterCapacityRequest modifyCurrentDBClusterCapacityRequest)
Set the capacity of an Aurora Serverless DB cluster to a specific value.
|
ModifyCurrentDBClusterCapacityResult |
AmazonRDSClient.modifyCurrentDBClusterCapacity(ModifyCurrentDBClusterCapacityRequest request)
Set the capacity of an Aurora Serverless DB cluster to a specific value.
|
ModifyCurrentDBClusterCapacityResult |
AbstractAmazonRDS.modifyCurrentDBClusterCapacity(ModifyCurrentDBClusterCapacityRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ModifyCurrentDBClusterCapacityResult |
ModifyCurrentDBClusterCapacityResult.clone() |
ModifyCurrentDBClusterCapacityResult |
ModifyCurrentDBClusterCapacityResult.withCurrentCapacity(Integer currentCapacity)
The current capacity of the DB cluster.
|
ModifyCurrentDBClusterCapacityResult |
ModifyCurrentDBClusterCapacityResult.withDBClusterIdentifier(String dBClusterIdentifier)
A user-supplied DB cluster identifier.
|
ModifyCurrentDBClusterCapacityResult |
ModifyCurrentDBClusterCapacityResult.withPendingCapacity(Integer pendingCapacity)
A value that specifies the capacity that the DB cluster scales to next.
|
ModifyCurrentDBClusterCapacityResult |
ModifyCurrentDBClusterCapacityResult.withSecondsBeforeTimeout(Integer secondsBeforeTimeout)
The number of seconds before a call to
ModifyCurrentDBClusterCapacity times out. |
ModifyCurrentDBClusterCapacityResult |
ModifyCurrentDBClusterCapacityResult.withTimeoutAction(String timeoutAction)
The timeout action of a call to
ModifyCurrentDBClusterCapacity, either
ForceApplyCapacityChange or RollbackCapacityChange. |
Copyright © 2018. All rights reserved.