| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListQuerySuggestionsBlockListsResponse |
KendraClient.listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
default ListQuerySuggestionsBlockListsResponse |
KendraClient.listQuerySuggestionsBlockLists(ListQuerySuggestionsBlockListsRequest listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
| 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 CompletableFuture<ListQuerySuggestionsBlockListsResponse> |
KendraAsyncClient.listQuerySuggestionsBlockLists(ListQuerySuggestionsBlockListsRequest listQuerySuggestionsBlockListsRequest)
Lists the block lists used for query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListQuerySuggestionsBlockListsResponse> |
ListQuerySuggestionsBlockListsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListQuerySuggestionsBlockListsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListQuerySuggestionsBlockListsResponse> subscriber) |
Copyright © 2023. All rights reserved.