| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.model |
| 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 ListFaqsResponse |
KendraClient.listFaqs(Consumer<ListFaqsRequest.Builder> listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
default ListFaqsPublisher |
KendraAsyncClient.listFaqsPaginator(Consumer<ListFaqsRequest.Builder> listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
default ListFaqsIterable |
KendraClient.listFaqsPaginator(Consumer<ListFaqsRequest.Builder> listFaqsRequest)
Gets a list of FAQ lists associated with an index.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFaqsRequest.Builder |
ListFaqsRequest.builder() |
ListFaqsRequest.Builder |
ListFaqsRequest.Builder.indexId(String indexId)
The index that contains the FAQ lists.
|
ListFaqsRequest.Builder |
ListFaqsRequest.Builder.maxResults(Integer maxResults)
The maximum number of FAQs to return in the response.
|
ListFaqsRequest.Builder |
ListFaqsRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
ListFaqsRequest.Builder |
ListFaqsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFaqsRequest.Builder |
ListFaqsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFaqsRequest.Builder |
ListFaqsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFaqsRequest.Builder> |
ListFaqsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.