Uses of Class
software.amazon.awssdk.services.kendra.model.ListThesauriResponse
-
Packages that use ListThesauriResponse 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 ListThesauriResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return ListThesauriResponse Modifier and Type Method Description default ListThesauriResponseKendraClient. listThesauri(Consumer<ListThesauriRequest.Builder> listThesauriRequest)Lists the thesauri for an index.default ListThesauriResponseKendraClient. listThesauri(ListThesauriRequest listThesauriRequest)Lists the thesauri for an index.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type ListThesauriResponse Modifier and Type Method Description default CompletableFuture<ListThesauriResponse>KendraAsyncClient. listThesauri(Consumer<ListThesauriRequest.Builder> listThesauriRequest)Lists the thesauri for an index.default CompletableFuture<ListThesauriResponse>KendraAsyncClient. listThesauri(ListThesauriRequest listThesauriRequest)Lists the thesauri for an index. -
Uses of ListThesauriResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type ListThesauriResponse Modifier and Type Method Description Iterator<ListThesauriResponse>ListThesauriIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type ListThesauriResponse Modifier and Type Method Description voidListThesauriPublisher. subscribe(org.reactivestreams.Subscriber<? super ListThesauriResponse> subscriber)
-