Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Range |
Range.clone() |
Range |
Range.withFrom(Integer from)
The minimum value in the range.
|
Range |
Range.withStep(Integer step)
The step value for the range.
|
Range |
Range.withTo(Integer to)
The maximum value in the range.
|
Modifier and Type | Method and Description |
---|---|
List<Range> |
ValidStorageOptions.getProvisionedIops()
The valid range of provisioned IOPS.
|
List<Range> |
ValidStorageOptions.getStorageSize()
The valid range of storage in gigabytes.
|
Modifier and Type | Method and Description |
---|---|
ValidStorageOptions |
ValidStorageOptions.withProvisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions |
ValidStorageOptions.withStorageSize(Range... storageSize)
The valid range of storage in gigabytes.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidStorageOptions.setProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
void |
ValidStorageOptions.setStorageSize(Collection<Range> storageSize)
The valid range of storage in gigabytes.
|
ValidStorageOptions |
ValidStorageOptions.withProvisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions |
ValidStorageOptions.withStorageSize(Collection<Range> storageSize)
The valid range of storage in gigabytes.
|
Copyright © 2017. All rights reserved.