Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
ModifyCurrentDBClusterCapacityRequest |
ModifyCurrentDBClusterCapacityRequest.clone() |
ModifyCurrentDBClusterCapacityRequest |
ModifyCurrentDBClusterCapacityRequest.withCapacity(Integer capacity)
The DB cluster capacity.
|
ModifyCurrentDBClusterCapacityRequest |
ModifyCurrentDBClusterCapacityRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the cluster being modified.
|
ModifyCurrentDBClusterCapacityRequest |
ModifyCurrentDBClusterCapacityRequest.withSecondsBeforeTimeout(Integer secondsBeforeTimeout)
The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless
scaling before enforcing the timeout action.
|
ModifyCurrentDBClusterCapacityRequest |
ModifyCurrentDBClusterCapacityRequest.withTimeoutAction(String timeoutAction)
The action to take when the timeout is reached, either
ForceApplyCapacityChange or
RollbackCapacityChange . |
Copyright © 2023. All rights reserved.