Uses of Class
software.amazon.awssdk.services.kendra.model.ListFaqsRequest
-
Packages that use ListFaqsRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators software.amazon.awssdk.services.kendra.transform -
-
Uses of ListFaqsRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type ListFaqsRequest Modifier and Type Method Description default CompletableFuture<ListFaqsResponse>KendraAsyncClient. listFaqs(ListFaqsRequest listFaqsRequest)Gets a list of FAQ lists associated with an index.default ListFaqsResponseKendraClient. listFaqs(ListFaqsRequest listFaqsRequest)Gets a list of FAQ lists associated with an index.default ListFaqsPublisherKendraAsyncClient. listFaqsPaginator(ListFaqsRequest listFaqsRequest)This is a variant ofKendraAsyncClient.listFaqs(software.amazon.awssdk.services.kendra.model.ListFaqsRequest)operation.default ListFaqsIterableKendraClient. listFaqsPaginator(ListFaqsRequest listFaqsRequest)This is a variant ofKendraClient.listFaqs(software.amazon.awssdk.services.kendra.model.ListFaqsRequest)operation. -
Uses of ListFaqsRequest in software.amazon.awssdk.services.kendra.paginators
Constructors in software.amazon.awssdk.services.kendra.paginators with parameters of type ListFaqsRequest Constructor Description ListFaqsIterable(KendraClient client, ListFaqsRequest firstRequest)ListFaqsPublisher(KendraAsyncClient client, ListFaqsRequest firstRequest) -
Uses of ListFaqsRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type ListFaqsRequest Modifier and Type Method Description SdkHttpFullRequestListFaqsRequestMarshaller. marshall(ListFaqsRequest listFaqsRequest)
-