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 gigabytes of storage multiplier.
|
ValidStorageOptions |
ValidStorageOptions.withIopsToStorageRatio(DoubleRange... iopsToStorageRatio)
The valid range of Provisioned IOPS to gigabytes 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.withStorageSize(Collection<Range> storageSize)
The valid range of storage in gigabytes.
|
ValidStorageOptions |
ValidStorageOptions.withStorageSize(Range... storageSize)
The valid range of storage in gigabytes.
|
ValidStorageOptions |
ValidStorageOptions.withStorageType(String storageType)
The valid storage types for your DB instance.
|
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 © 2017. All rights reserved.