Uses of Class
software.amazon.awssdk.services.kendra.model.CapacityUnitsConfiguration
-
Packages that use CapacityUnitsConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of CapacityUnitsConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return CapacityUnitsConfiguration Modifier and Type Method Description CapacityUnitsConfigurationDescribeIndexResponse. capacityUnits()For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application.CapacityUnitsConfigurationUpdateIndexRequest. capacityUnits()Sets the number of additional document storage and query capacity units that should be used by the index.Methods in software.amazon.awssdk.services.kendra.model with parameters of type CapacityUnitsConfiguration Modifier and Type Method Description DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. capacityUnits(CapacityUnitsConfiguration capacityUnits)For Enterprise Edition indexes, you can choose to use additional capacity to meet the needs of your application.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. capacityUnits(CapacityUnitsConfiguration capacityUnits)Sets the number of additional document storage and query capacity units that should be used by the index.
-