Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentKnowledgeBasesResponse
Packages that use ListAgentKnowledgeBasesResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of ListAgentKnowledgeBasesResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentKnowledgeBasesResponseModifier and TypeMethodDescriptiondefault 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 ListAgentKnowledgeBasesResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest) Lists knowledge bases associated with an agent and information about each one.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 ListAgentKnowledgeBasesResponseMethod parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentKnowledgeBasesResponseModifier and TypeMethodDescriptionvoidListAgentKnowledgeBasesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAgentKnowledgeBasesResponse> subscriber)