Uses of Class
software.amazon.awssdk.services.rds.model.DoubleRange
-
Packages that use DoubleRange Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DoubleRange in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.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.List<DoubleRange>ValidStorageOptions. storageThroughputToIopsRatio()The valid range of storage throughput to provisioned IOPS ratios.Methods in software.amazon.awssdk.services.rds.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.ValidStorageOptions.BuilderValidStorageOptions.Builder. storageThroughputToIopsRatio(DoubleRange... storageThroughputToIopsRatio)The valid range of storage throughput to provisioned IOPS ratios.Method parameters in software.amazon.awssdk.services.rds.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.ValidStorageOptions.BuilderValidStorageOptions.Builder. storageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio)The valid range of storage throughput to provisioned IOPS ratios.
-