| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListQuerySuggestionsBlockListsResponse> |
KendraAsyncClient.listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
default ListQuerySuggestionsBlockListsResponse |
KendraClient.listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
default ListQuerySuggestionsBlockListsPublisher |
KendraAsyncClient.listQuerySuggestionsBlockListsPaginator(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
default ListQuerySuggestionsBlockListsIterable |
KendraClient.listQuerySuggestionsBlockListsPaginator(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
static ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.builder() |
ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.Builder.indexId(String indexId)
The identifier of the index for a list of all block lists that exist for that index.
|
ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.Builder.maxResults(Integer maxResults)
The maximum number of block lists to return.
|
ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQuerySuggestionsBlockListsRequest.Builder |
ListQuerySuggestionsBlockListsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListQuerySuggestionsBlockListsRequest.Builder> |
ListQuerySuggestionsBlockListsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.