| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SortingConfiguration |
SortingConfiguration.clone() |
SortingConfiguration |
QueryRequest.getSortingConfiguration()
Provides information that determines how the results of the query are sorted.
|
SortingConfiguration |
SortingConfiguration.withDocumentAttributeKey(String documentAttributeKey)
The name of the document attribute used to sort the response.
|
SortingConfiguration |
SortingConfiguration.withSortOrder(SortOrder sortOrder)
The order that the results should be returned in.
|
SortingConfiguration |
SortingConfiguration.withSortOrder(String sortOrder)
The order that the results should be returned in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRequest.setSortingConfiguration(SortingConfiguration sortingConfiguration)
Provides information that determines how the results of the query are sorted.
|
QueryRequest |
QueryRequest.withSortingConfiguration(SortingConfiguration sortingConfiguration)
Provides information that determines how the results of the query are sorted.
|
Copyright © 2022. All rights reserved.