Uses of Class
software.amazon.awssdk.services.kendra.model.ListFeaturedResultsSetsResponse
-
Packages that use ListFeaturedResultsSetsResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of ListFeaturedResultsSetsResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListFeaturedResultsSetsResponse Modifier and Type Method Description default ListFeaturedResultsSetsResponseKendraClient. listFeaturedResultsSets(Consumer<ListFeaturedResultsSetsRequest.Builder> listFeaturedResultsSetsRequest)Lists all your sets of featured results for a given index.default ListFeaturedResultsSetsResponseKendraClient. listFeaturedResultsSets(ListFeaturedResultsSetsRequest listFeaturedResultsSetsRequest)Lists all your sets of featured results for a given index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListFeaturedResultsSetsResponse Modifier and Type Method Description default CompletableFuture<ListFeaturedResultsSetsResponse>KendraAsyncClient. listFeaturedResultsSets(Consumer<ListFeaturedResultsSetsRequest.Builder> listFeaturedResultsSetsRequest)Lists all your sets of featured results for a given index.default CompletableFuture<ListFeaturedResultsSetsResponse>KendraAsyncClient. listFeaturedResultsSets(ListFeaturedResultsSetsRequest listFeaturedResultsSetsRequest)Lists all your sets of featured results for a given index.
-