Uses of Class
software.amazon.awssdk.services.kendra.model.Facet
-
Packages that use Facet Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of Facet in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type Facet Modifier and Type Method Description List<Facet>Facet. facets()An array of document attributes that are nested facets within a facet.List<Facet>QueryRequest. facets()An array of documents fields/attributes for faceted search.Methods in software.amazon.awssdk.services.kendra.model with parameters of type Facet Modifier and Type Method Description Facet.BuilderFacet.Builder. facets(Facet... facets)An array of document attributes that are nested facets within a facet.QueryRequest.BuilderQueryRequest.Builder. facets(Facet... facets)An array of documents fields/attributes for faceted search.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type Facet Modifier and Type Method Description Facet.BuilderFacet.Builder. facets(Collection<Facet> facets)An array of document attributes that are nested facets within a facet.QueryRequest.BuilderQueryRequest.Builder. facets(Collection<Facet> facets)An array of documents fields/attributes for faceted search.
-