Uses of Class
software.amazon.awssdk.services.neptune.model.Range
-
Packages that use Range Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of Range in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.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. storageSize()The valid range of storage in gibibytes.Methods in software.amazon.awssdk.services.neptune.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. storageSize(Range... storageSize)The valid range of storage in gibibytes.Method parameters in software.amazon.awssdk.services.neptune.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. storageSize(Collection<Range> storageSize)The valid range of storage in gibibytes.
-