| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
ValidStorageOptions.provisionedIops()
The valid range of provisioned IOPS.
|
List<Range> |
ValidStorageOptions.storageSize()
The valid range of storage in gibibytes (GiB).
|
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedIops(Range... provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageSize(Range... storageSize)
The valid range of storage in gibibytes (GiB).
|
| Modifier and Type | Method and Description |
|---|---|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.provisionedIops(Collection<Range> provisionedIops)
The valid range of provisioned IOPS.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes (GiB).
|
Copyright © 2022. All rights reserved.