| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityUnitsConfiguration |
UpdateIndexRequest.capacityUnits()
Sets the number of additional storage and query capacity units that should be used by the index.
|
CapacityUnitsConfiguration |
DescribeIndexResponse.capacityUnits()
For Enterprise edition indexes, you can choose to use additional capacity to meet the needs of your application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexRequest.Builder |
UpdateIndexRequest.Builder.capacityUnits(CapacityUnitsConfiguration capacityUnits)
Sets the number of additional storage and query capacity units that should be used by the index.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.capacityUnits(CapacityUnitsConfiguration capacityUnits)
For Enterprise edition indexes, you can choose to use additional capacity to meet the needs of your
application.
|
Copyright © 2021. All rights reserved.