| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.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.
|
| 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.
|
| 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.
|
Copyright © 2023. All rights reserved.