Uses of Class
software.amazon.awssdk.services.neptune.model.DoubleRange
-
Packages that use DoubleRange Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of DoubleRange in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type DoubleRange Modifier and Type Method Description List<DoubleRange>ValidStorageOptions. iopsToStorageRatio()The valid range of Provisioned IOPS to gibibytes of storage multiplier.Methods in software.amazon.awssdk.services.neptune.model with parameters of type DoubleRange Modifier and Type Method Description ValidStorageOptions.BuilderValidStorageOptions.Builder. iopsToStorageRatio(DoubleRange... iopsToStorageRatio)The valid range of Provisioned IOPS to gibibytes of storage multiplier.Method parameters in software.amazon.awssdk.services.neptune.model with type arguments of type DoubleRange Modifier and Type Method Description ValidStorageOptions.BuilderValidStorageOptions.Builder. iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)The valid range of Provisioned IOPS to gibibytes of storage multiplier.
-