Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentKnowledgeBasesResponse
-
Packages that use ListAgentKnowledgeBasesResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListAgentKnowledgeBasesResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentKnowledgeBasesResponse Modifier and Type Method Description default ListAgentKnowledgeBasesResponseBedrockAgentClient. listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest)Lists knowledge bases associated with an agent and information about each one.default ListAgentKnowledgeBasesResponseBedrockAgentClient. listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)Lists knowledge bases associated with an agent and information about each one.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListAgentKnowledgeBasesResponse Modifier and Type Method Description default CompletableFuture<ListAgentKnowledgeBasesResponse>BedrockAgentAsyncClient. listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest)Lists knowledge bases associated with an agent and information about each one.default CompletableFuture<ListAgentKnowledgeBasesResponse>BedrockAgentAsyncClient. listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)Lists knowledge bases associated with an agent and information about each one. -
Uses of ListAgentKnowledgeBasesResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListAgentKnowledgeBasesResponse Modifier and Type Method Description Iterator<ListAgentKnowledgeBasesResponse>ListAgentKnowledgeBasesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentKnowledgeBasesResponse Modifier and Type Method Description voidListAgentKnowledgeBasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAgentKnowledgeBasesResponse> subscriber)
-