| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFeaturedResultsSetResponse |
KendraClient.createFeaturedResultsSet(Consumer<CreateFeaturedResultsSetRequest.Builder> createFeaturedResultsSetRequest)
Creates a set of featured results to display at the top of the search results page.
|
default CreateFeaturedResultsSetResponse |
KendraClient.createFeaturedResultsSet(CreateFeaturedResultsSetRequest createFeaturedResultsSetRequest)
Creates a set of featured results to display at the top of the search results page.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.