| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValueCountPair |
DocumentAttributeValueCountPair.clone() |
DocumentAttributeValueCountPair |
DocumentAttributeValueCountPair.withCount(Integer count)
The number of documents in the response that have the attribute value for the key.
|
DocumentAttributeValueCountPair |
DocumentAttributeValueCountPair.withDocumentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttributeValueCountPair> |
FacetResult.getDocumentAttributeValueCountPairs()
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
| Modifier and Type | Method and Description |
|---|---|
FacetResult |
FacetResult.withDocumentAttributeValueCountPairs(DocumentAttributeValueCountPair... documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacetResult.setDocumentAttributeValueCountPairs(Collection<DocumentAttributeValueCountPair> documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
FacetResult |
FacetResult.withDocumentAttributeValueCountPairs(Collection<DocumentAttributeValueCountPair> documentAttributeValueCountPairs)
An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents
that share the key value.
|
Copyright © 2022. All rights reserved.