Uses of Class
software.amazon.awssdk.services.wisdom.model.ListKnowledgeBasesResponse
-
Packages that use ListKnowledgeBasesResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.paginators -
-
Uses of ListKnowledgeBasesResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return ListKnowledgeBasesResponse Modifier and Type Method Description default ListKnowledgeBasesResponseWisdomClient. listKnowledgeBases(Consumer<ListKnowledgeBasesRequest.Builder> listKnowledgeBasesRequest)Lists the knowledge bases.default ListKnowledgeBasesResponseWisdomClient. listKnowledgeBases(ListKnowledgeBasesRequest listKnowledgeBasesRequest)Lists the knowledge bases.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type ListKnowledgeBasesResponse Modifier and Type Method Description default CompletableFuture<ListKnowledgeBasesResponse>WisdomAsyncClient. listKnowledgeBases(Consumer<ListKnowledgeBasesRequest.Builder> listKnowledgeBasesRequest)Lists the knowledge bases.default CompletableFuture<ListKnowledgeBasesResponse>WisdomAsyncClient. listKnowledgeBases(ListKnowledgeBasesRequest listKnowledgeBasesRequest)Lists the knowledge bases. -
Uses of ListKnowledgeBasesResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type ListKnowledgeBasesResponse Modifier and Type Method Description Iterator<ListKnowledgeBasesResponse>ListKnowledgeBasesIterable. iterator()Method parameters in software.amazon.awssdk.services.wisdom.paginators with type arguments of type ListKnowledgeBasesResponse Modifier and Type Method Description voidListKnowledgeBasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKnowledgeBasesResponse> subscriber)
-