Uses of Class
software.amazon.awssdk.services.kendra.model.DescribeQuerySuggestionsBlockListResponse
-
Packages that use DescribeQuerySuggestionsBlockListResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of DescribeQuerySuggestionsBlockListResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return DescribeQuerySuggestionsBlockListResponse Modifier and Type Method Description default DescribeQuerySuggestionsBlockListResponseKendraClient. describeQuerySuggestionsBlockList(Consumer<DescribeQuerySuggestionsBlockListRequest.Builder> describeQuerySuggestionsBlockListRequest)Gets information about a block list used for query suggestions for an index.default DescribeQuerySuggestionsBlockListResponseKendraClient. describeQuerySuggestionsBlockList(DescribeQuerySuggestionsBlockListRequest describeQuerySuggestionsBlockListRequest)Gets information about a block list used for query suggestions for an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type DescribeQuerySuggestionsBlockListResponse Modifier and Type Method Description default CompletableFuture<DescribeQuerySuggestionsBlockListResponse>KendraAsyncClient. describeQuerySuggestionsBlockList(Consumer<DescribeQuerySuggestionsBlockListRequest.Builder> describeQuerySuggestionsBlockListRequest)Gets information about a block list used for query suggestions for an index.default CompletableFuture<DescribeQuerySuggestionsBlockListResponse>KendraAsyncClient. describeQuerySuggestionsBlockList(DescribeQuerySuggestionsBlockListRequest describeQuerySuggestionsBlockListRequest)Gets information about a block list used for query suggestions for an index.
-