| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexStatistics.Builder |
IndexStatistics.builder() |
default IndexStatistics.Builder |
IndexStatistics.Builder.faqStatistics(Consumer<FaqStatistics.Builder> faqStatistics)
The number of question and answer topics in the index.
|
IndexStatistics.Builder |
IndexStatistics.Builder.faqStatistics(FaqStatistics faqStatistics)
The number of question and answer topics in the index.
|
default IndexStatistics.Builder |
IndexStatistics.Builder.textDocumentStatistics(Consumer<TextDocumentStatistics.Builder> textDocumentStatistics)
The number of text documents indexed.
|
IndexStatistics.Builder |
IndexStatistics.Builder.textDocumentStatistics(TextDocumentStatistics textDocumentStatistics)
The number of text documents indexed.
|
IndexStatistics.Builder |
IndexStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IndexStatistics.Builder> |
IndexStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.indexStatistics(Consumer<IndexStatistics.Builder> indexStatistics)
Provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
Copyright © 2020. All rights reserved.