| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultType |
QueryResultType.fromValue(String value)
Use this in place of valueOf.
|
static QueryResultType |
QueryResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultType[] |
QueryResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRequest |
QueryRequest.withQueryResultTypeFilter(QueryResultType queryResultTypeFilter)
Sets the type of query result or response.
|
QueryResultItem |
QueryResultItem.withType(QueryResultType type)
The type of document within the response.
|
FeaturedResultsItem |
FeaturedResultsItem.withType(QueryResultType type)
The type of document within the featured result response.
|
Copyright © 2023. All rights reserved.