Uses of Interface
software.amazon.awssdk.services.kendra.model.ListQuerySuggestionsBlockListsRequest.Builder
-
Packages that use ListQuerySuggestionsBlockListsRequest.Builder Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.model -
-
Uses of ListQuerySuggestionsBlockListsRequest.Builder in software.amazon.awssdk.services.kendra
Method parameters in software.amazon.awssdk.services.kendra with type arguments of type ListQuerySuggestionsBlockListsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListQuerySuggestionsBlockListsResponse>KendraAsyncClient. listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.default ListQuerySuggestionsBlockListsResponseKendraClient. listQuerySuggestionsBlockLists(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.default ListQuerySuggestionsBlockListsPublisherKendraAsyncClient. listQuerySuggestionsBlockListsPaginator(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index.default ListQuerySuggestionsBlockListsIterableKendraClient. listQuerySuggestionsBlockListsPaginator(Consumer<ListQuerySuggestionsBlockListsRequest.Builder> listQuerySuggestionsBlockListsRequest)Lists the block lists used for query suggestions for an index. -
Uses of ListQuerySuggestionsBlockListsRequest.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ListQuerySuggestionsBlockListsRequest.Builder Modifier and Type Method Description static ListQuerySuggestionsBlockListsRequest.BuilderListQuerySuggestionsBlockListsRequest. builder()ListQuerySuggestionsBlockListsRequest.BuilderListQuerySuggestionsBlockListsRequest.Builder. indexId(String indexId)The identifier of the index for a list of all block lists that exist for that index.ListQuerySuggestionsBlockListsRequest.BuilderListQuerySuggestionsBlockListsRequest.Builder. maxResults(Integer maxResults)The maximum number of block lists to return.ListQuerySuggestionsBlockListsRequest.BuilderListQuerySuggestionsBlockListsRequest.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.BuilderListQuerySuggestionsBlockListsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQuerySuggestionsBlockListsRequest.BuilderListQuerySuggestionsBlockListsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQuerySuggestionsBlockListsRequest.BuilderListQuerySuggestionsBlockListsRequest. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ListQuerySuggestionsBlockListsRequest.Builder Modifier and Type Method Description static Class<? extends ListQuerySuggestionsBlockListsRequest.Builder>ListQuerySuggestionsBlockListsRequest. serializableBuilderClass()
-