| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
IndexStatistics |
IndexStatistics.clone() |
IndexStatistics |
DescribeIndexResult.getIndexStatistics()
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
IndexStatistics |
IndexStatistics.withFaqStatistics(FaqStatistics faqStatistics)
The number of question and answer topics in the index.
|
IndexStatistics |
IndexStatistics.withTextDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of text documents indexed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIndexResult.setIndexStatistics(IndexStatistics indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
DescribeIndexResult |
DescribeIndexResult.withIndexStatistics(IndexStatistics indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
Copyright © 2020. All rights reserved.