Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentKnowledgeBaseResponse
-
Packages that use AssociateAgentKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent 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 AssociateAgentKnowledgeBaseResponse Modifier and Type Method Description default AssociateAgentKnowledgeBaseResponseBedrockAgentClient. associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest)Associates a knowledge base with an agent.default AssociateAgentKnowledgeBaseResponseBedrockAgentClient. associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest)Associates a knowledge base with an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type AssociateAgentKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<AssociateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. associateAgentKnowledgeBase(Consumer<AssociateAgentKnowledgeBaseRequest.Builder> associateAgentKnowledgeBaseRequest)Associates a knowledge base with an agent.default CompletableFuture<AssociateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest)Associates a knowledge base with an agent.
-