Uses of Interface
software.amazon.awssdk.services.rds.model.ValidStorageOptions.Builder
Packages that use ValidStorageOptions.Builder
-
Uses of ValidStorageOptions.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ValidStorageOptions.BuilderModifier and TypeMethodDescriptionstatic ValidStorageOptions.BuilderValidStorageOptions.builder()ValidStorageOptions.Builder.iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio) The valid range of Provisioned IOPS to gibibytes of storage multiplier.ValidStorageOptions.Builder.iopsToStorageRatio(Consumer<DoubleRange.Builder>... iopsToStorageRatio) The valid range of Provisioned IOPS to gibibytes of storage multiplier.ValidStorageOptions.Builder.iopsToStorageRatio(DoubleRange... iopsToStorageRatio) The valid range of Provisioned IOPS to gibibytes of storage multiplier.ValidStorageOptions.Builder.provisionedIops(Collection<Range> provisionedIops) The valid range of provisioned IOPS.ValidStorageOptions.Builder.provisionedIops(Consumer<Range.Builder>... provisionedIops) The valid range of provisioned IOPS.ValidStorageOptions.Builder.provisionedIops(Range... provisionedIops) The valid range of provisioned IOPS.ValidStorageOptions.Builder.provisionedStorageThroughput(Collection<Range> provisionedStorageThroughput) The valid range of provisioned storage throughput.ValidStorageOptions.Builder.provisionedStorageThroughput(Consumer<Range.Builder>... provisionedStorageThroughput) The valid range of provisioned storage throughput.ValidStorageOptions.Builder.provisionedStorageThroughput(Range... provisionedStorageThroughput) The valid range of provisioned storage throughput.ValidStorageOptions.Builder.storageSize(Collection<Range> storageSize) The valid range of storage in gibibytes (GiB).ValidStorageOptions.Builder.storageSize(Consumer<Range.Builder>... storageSize) The valid range of storage in gibibytes (GiB).ValidStorageOptions.Builder.storageSize(Range... storageSize) The valid range of storage in gibibytes (GiB).ValidStorageOptions.Builder.storageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio) The valid range of storage throughput to provisioned IOPS ratios.ValidStorageOptions.Builder.storageThroughputToIopsRatio(Consumer<DoubleRange.Builder>... storageThroughputToIopsRatio) The valid range of storage throughput to provisioned IOPS ratios.ValidStorageOptions.Builder.storageThroughputToIopsRatio(DoubleRange... storageThroughputToIopsRatio) The valid range of storage throughput to provisioned IOPS ratios.ValidStorageOptions.Builder.storageType(String storageType) The valid storage types for your DB instance.ValidStorageOptions.Builder.supportsStorageAutoscaling(Boolean supportsStorageAutoscaling) Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.ValidStorageOptions.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ValidStorageOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ValidStorageOptions.Builder>ValidStorageOptions.serializableBuilderClass()