| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Facet |
Facet.clone() |
Facet |
Facet.withDocumentAttributeKey(String documentAttributeKey)
The unique key for the document attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Facet> |
QueryRequest.getFacets()
An array of documents attributes.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
QueryRequest.withFacets(Facet... facets)
An array of documents attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setFacets(Collection<Facet> facets)
An array of documents attributes.
|
QueryRequest |
QueryRequest.withFacets(Collection<Facet> facets)
An array of documents attributes.
|
Copyright © 2022. All rights reserved.