Uses of Class
software.amazon.awssdk.services.kendra.model.CreateFeaturedResultsSetResponse
-
Packages that use CreateFeaturedResultsSetResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets. -
-
Uses of CreateFeaturedResultsSetResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return CreateFeaturedResultsSetResponse Modifier and Type Method Description default CreateFeaturedResultsSetResponseKendraClient. createFeaturedResultsSet(Consumer<CreateFeaturedResultsSetRequest.Builder> createFeaturedResultsSetRequest)Creates a set of featured results to display at the top of the search results page.default CreateFeaturedResultsSetResponseKendraClient. createFeaturedResultsSet(CreateFeaturedResultsSetRequest createFeaturedResultsSetRequest)Creates a set of featured results to display at the top of the search results page.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type CreateFeaturedResultsSetResponse Modifier and Type Method Description default CompletableFuture<CreateFeaturedResultsSetResponse>KendraAsyncClient. createFeaturedResultsSet(Consumer<CreateFeaturedResultsSetRequest.Builder> createFeaturedResultsSetRequest)Creates a set of featured results to display at the top of the search results page.default CompletableFuture<CreateFeaturedResultsSetResponse>KendraAsyncClient. createFeaturedResultsSet(CreateFeaturedResultsSetRequest createFeaturedResultsSetRequest)Creates a set of featured results to display at the top of the search results page.
-