Uses of Class
software.amazon.awssdk.services.kendra.model.IndexStatistics
-
Packages that use IndexStatistics Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of IndexStatistics in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return IndexStatistics Modifier and Type Method Description IndexStatisticsDescribeIndexResponse. indexStatistics()Provides information about the number of FAQ questions and answers and the number of text documents indexed.Methods in software.amazon.awssdk.services.kendra.model with parameters of type IndexStatistics Modifier and Type Method Description DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. indexStatistics(IndexStatistics indexStatistics)Provides information about the number of FAQ questions and answers and the number of text documents indexed.
-