| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| Modifier and Type | Method and Description |
|---|---|
default ListFaqsResponse |
KendraClient.listFaqs(Consumer<ListFaqsRequest.Builder> listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
default ListFaqsResponse |
KendraClient.listFaqs(ListFaqsRequest listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFaqsResponse> |
KendraAsyncClient.listFaqs(Consumer<ListFaqsRequest.Builder> listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
default CompletableFuture<ListFaqsResponse> |
KendraAsyncClient.listFaqs(ListFaqsRequest listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
Copyright © 2021. All rights reserved.