Uses of Class
software.amazon.awssdk.services.rds.model.DoubleRange
Packages that use DoubleRange
-
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 DoubleRangeModifier and TypeMethodDescriptionfinal List<DoubleRange>ValidStorageOptions.iopsToStorageRatio()The valid range of Provisioned IOPS to gibibytes of storage multiplier.final 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 DoubleRangeModifier and TypeMethodDescriptionValidStorageOptions.Builder.iopsToStorageRatio(DoubleRange... iopsToStorageRatio) The valid range of Provisioned IOPS to gibibytes of storage multiplier.ValidStorageOptions.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 DoubleRangeModifier and TypeMethodDescriptionValidStorageOptions.Builder.iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio) The valid range of Provisioned IOPS to gibibytes of storage multiplier.ValidStorageOptions.Builder.storageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio) The valid range of storage throughput to provisioned IOPS ratios.