| 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.
|
| 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 result of the previous request to
ListFaqs was truncated, include the
NextToken to fetch the next set of FAQs. |
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 © 2021. All rights reserved.