| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions |
ValidStorageOptions.clone() |
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(Collection<DoubleRange> iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gibibytes of storage multiplier.
|
ValidStorageOptions |
ValidStorageOptions.withProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions |
ValidStorageOptions.withProvisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions |
ValidStorageOptions.withProvisionedStorageThroughput(Collection<Range> provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
ValidStorageOptions |
ValidStorageOptions.withProvisionedStorageThroughput(Range... provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
ValidStorageOptions |
ValidStorageOptions.withStorageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes (GiB).
|
ValidStorageOptions |
ValidStorageOptions.withStorageSize(Range... storageSize)
The valid range of storage in gibibytes (GiB).
|
ValidStorageOptions |
ValidStorageOptions.withStorageThroughputToIopsRatio(Collection<DoubleRange> storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
ValidStorageOptions |
ValidStorageOptions.withStorageThroughputToIopsRatio(DoubleRange... storageThroughputToIopsRatio)
The valid range of storage throughput to provisioned IOPS ratios.
|
ValidStorageOptions |
ValidStorageOptions.withStorageType(String storageType)
The valid storage types for your DB instance.
|
ValidStorageOptions |
ValidStorageOptions.withSupportsStorageAutoscaling(Boolean supportsStorageAutoscaling)
Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance
class.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidStorageOptions> |
ValidDBInstanceModificationsMessage.getStorage()
Valid storage options for your DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ValidDBInstanceModificationsMessage |
ValidDBInstanceModificationsMessage.withStorage(ValidStorageOptions... storage)
Valid storage options for your DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidDBInstanceModificationsMessage.setStorage(Collection<ValidStorageOptions> storage)
Valid storage options for your DB instance.
|
ValidDBInstanceModificationsMessage |
ValidDBInstanceModificationsMessage.withStorage(Collection<ValidStorageOptions> storage)
Valid storage options for your DB instance.
|
Copyright © 2023. All rights reserved.