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.provisionedStorageThroughput()
The valid range of provisioned storage throughput.
|
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.provisionedStorageThroughput(Range... provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
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.provisionedStorageThroughput(Collection<Range> provisionedStorageThroughput)
The valid range of provisioned storage throughput.
|
ValidStorageOptions.Builder |
ValidStorageOptions.Builder.storageSize(Collection<Range> storageSize)
The valid range of storage in gibibytes (GiB).
|
Copyright © 2023. All rights reserved.