Uses of Class
software.amazon.awssdk.services.kendra.model.ListFaqsResponse
-
Packages that use ListFaqsResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators -
-
Uses of ListFaqsResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListFaqsResponse Modifier and Type Method Description default ListFaqsResponseKendraClient. listFaqs(Consumer<ListFaqsRequest.Builder> 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.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListFaqsResponse Modifier and Type Method 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. -
Uses of ListFaqsResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type ListFaqsResponse Modifier and Type Method Description Iterator<ListFaqsResponse>ListFaqsIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type ListFaqsResponse Modifier and Type Method Description voidListFaqsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFaqsResponse> subscriber)
-