| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityUnitsConfiguration |
CapacityUnitsConfiguration.clone() |
CapacityUnitsConfiguration |
UpdateIndexRequest.getCapacityUnits()
Sets the number of additional document storage and query capacity units that should be used by the index.
|
CapacityUnitsConfiguration |
DescribeIndexResult.getCapacityUnits()
For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application.
|
CapacityUnitsConfiguration |
CapacityUnitsConfiguration.withQueryCapacityUnits(Integer queryCapacityUnits)
The amount of extra query capacity for an index and GetQuerySuggestions
capacity.
|
CapacityUnitsConfiguration |
CapacityUnitsConfiguration.withStorageCapacityUnits(Integer storageCapacityUnits)
The amount of extra storage capacity for an index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIndexRequest.setCapacityUnits(CapacityUnitsConfiguration capacityUnits)
Sets the number of additional document storage and query capacity units that should be used by the index.
|
void |
DescribeIndexResult.setCapacityUnits(CapacityUnitsConfiguration capacityUnits)
For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application.
|
UpdateIndexRequest |
UpdateIndexRequest.withCapacityUnits(CapacityUnitsConfiguration capacityUnits)
Sets the number of additional document storage and query capacity units that should be used by the index.
|
DescribeIndexResult |
DescribeIndexResult.withCapacityUnits(CapacityUnitsConfiguration capacityUnits)
For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application.
|
Copyright © 2025. All rights reserved.