| Package | Description |
|---|---|
| com.amazonaws.services.neptune.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.
|
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidStorageOptions.setIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
Copyright © 2021. All rights reserved.