| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DoubleRange |
DoubleRange.clone() |
DoubleRange |
DoubleRange.withFrom(Double from)
The minimum value in the range.
|
DoubleRange |
DoubleRange.withTo(Double to)
The maximum value in the range.
|
| Modifier and Type | Method and Description |
|---|---|
List<DoubleRange> |
ValidStorageOptions.getIopsToStorageRatio()
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
List<DoubleRange> |
ValidStorageOptions.getStorageThroughputToIopsRatio()
The valid range of storage throughput to provisioned IOPS ratios.
|
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
ValidStorageOptions.withStorageThroughputToIopsRatio(DoubleRange... storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidStorageOptions.setIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
void |
ValidStorageOptions.setStorageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
ValidStorageOptions.withStorageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
Copyright © 2023. All rights reserved.