| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidStorageOptions.Builder |
ValidStorageOptions.builder() |
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.iopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.iopsToStorageRatio(Consumer<DoubleRange.Builder>... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.iopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedIops(Consumer<Range.Builder>... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedStorageThroughput(Collection<Range> provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedStorageThroughput(Consumer<Range.Builder>... provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedStorageThroughput(Range... provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes (GiB).
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageSize(Consumer<Range.Builder>... storageSize)
The valid range of storage in gibibytes (GiB).
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageSize(Range... storageSize)
The valid range of storage in gibibytes (GiB).
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageThroughputToIopsRatio(Consumer<DoubleRange.Builder>... storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageThroughputToIopsRatio(DoubleRange... storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageType(String storageType)
The valid storage types for your DB instance.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.supportsStorageAutoscaling(Boolean supportsStorageAutoscaling)
Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.
|
ValidStorageOptions.Builder |
ValidStorageOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ValidStorageOptions.Builder> |
ValidStorageOptions.serializableBuilderClass() |
Copyright © 2023. All rights reserved.