Uses of Class
software.amazon.awssdk.services.rds.model.Range
-
Packages that use Range Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Range in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Range Modifier and Type Method Description List<Range>ValidStorageOptions. provisionedIops()The valid range of provisioned IOPS.List<Range>ValidStorageOptions. provisionedStorageThroughput()The valid range of provisioned storage throughput.List<Range>ValidStorageOptions. storageSize()The valid range of storage in gibibytes (GiB).Methods in software.amazon.awssdk.services.rds.model with parameters of type Range Modifier and Type Method Description ValidStorageOptions.BuilderValidStorageOptions.Builder. provisionedIops(Range... provisionedIops)The valid range of provisioned IOPS.ValidStorageOptions.BuilderValidStorageOptions.Builder. provisionedStorageThroughput(Range... provisionedStorageThroughput)The valid range of provisioned storage throughput.ValidStorageOptions.BuilderValidStorageOptions.Builder. storageSize(Range... storageSize)The valid range of storage in gibibytes (GiB).Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Range Modifier and Type Method Description ValidStorageOptions.BuilderValidStorageOptions.Builder. provisionedIops(Collection<Range> provisionedIops)The valid range of provisioned IOPS.ValidStorageOptions.BuilderValidStorageOptions.Builder. provisionedStorageThroughput(Collection<Range> provisionedStorageThroughput)The valid range of provisioned storage throughput.ValidStorageOptions.BuilderValidStorageOptions.Builder. storageSize(Collection<Range> storageSize)The valid range of storage in gibibytes (GiB).
-