| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultType |
QueryResultType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
QueryResultType |
QueryRequest.queryResultTypeFilter()
Sets the type of query.
|
QueryResultType |
FeaturedResultsItem.type()
The type of document within the featured result response.
|
QueryResultType |
QueryResultItem.type()
The type of document within the response.
|
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 |
|---|---|
static Set<QueryResultType> |
QueryResultType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
QueryRequest.Builder |
QueryRequest.Builder.queryResultTypeFilter(QueryResultType queryResultTypeFilter)
Sets the type of query.
|
FeaturedResultsItem.Builder |
FeaturedResultsItem.Builder.type(QueryResultType type)
The type of document within the featured result response.
|
QueryResultItem.Builder |
QueryResultItem.Builder.type(QueryResultType type)
The type of document within the response.
|
Copyright © 2023. All rights reserved.