Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentKnowledgeBaseResponse
Packages that use AssociateAgentKnowledgeBaseResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of AssociateAgentKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return AssociateAgentKnowledgeBaseResponseModifier and TypeMethodDescriptionBedrockAgentClient.associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.BedrockAgentClient.associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type AssociateAgentKnowledgeBaseResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.BedrockAgentAsyncClient.associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest) Associates a knowledge base with an agent.