Uses of Class
software.amazon.awssdk.services.kendra.model.DocumentAttributeValueCountPair
-
Packages that use DocumentAttributeValueCountPair Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentAttributeValueCountPair in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DocumentAttributeValueCountPair Modifier and Type Method Description List<DocumentAttributeValueCountPair>FacetResult. 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.Methods in software.amazon.awssdk.services.kendra.model with parameters of type DocumentAttributeValueCountPair Modifier and Type Method Description FacetResult.BuilderFacetResult.Builder. documentAttributeValueCountPairs(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.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type DocumentAttributeValueCountPair Modifier and Type Method Description FacetResult.BuilderFacetResult.Builder. documentAttributeValueCountPairs(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.
-