| Package | Description |
|---|---|
| com.amazonaws.services.neptune.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.withStorageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes.
|
ValidStorageOptions |
ValidStorageOptions.withStorageSize(Range... storageSize)
The valid range of storage in gibibytes.
|
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 © 2020. All rights reserved.