| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<DoubleRange> |
ValidStorageOptions.iopsToStorageRatio()
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
List<DoubleRange> |
ValidStorageOptions.storageThroughputToIopsRatio()
The valid range of storage throughput to provisioned IOPS ratios.
|
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.iopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageThroughputToIopsRatio(DoubleRange... storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
Copyright © 2023. All rights reserved.