Uses of Class
software.amazon.awssdk.services.kendra.model.FacetResult
-
Packages that use FacetResult Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FacetResult in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FacetResult Modifier and Type Method Description List<FacetResult>DocumentAttributeValueCountPair. facetResults()Contains the results of a document attribute/field that is a nested facet.List<FacetResult>QueryResponse. facetResults()Contains the facet results.Methods in software.amazon.awssdk.services.kendra.model with parameters of type FacetResult Modifier and Type Method Description DocumentAttributeValueCountPair.BuilderDocumentAttributeValueCountPair.Builder. facetResults(FacetResult... facetResults)Contains the results of a document attribute/field that is a nested facet.QueryResponse.BuilderQueryResponse.Builder. facetResults(FacetResult... facetResults)Contains the facet results.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type FacetResult Modifier and Type Method Description DocumentAttributeValueCountPair.BuilderDocumentAttributeValueCountPair.Builder. facetResults(Collection<FacetResult> facetResults)Contains the results of a document attribute/field that is a nested facet.QueryResponse.BuilderQueryResponse.Builder. facetResults(Collection<FacetResult> facetResults)Contains the facet results.
-