Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AssociateAgentKnowledgeBaseResponse
-
Packages that use AssociateAgentKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
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)Associate a Knowledge Base to an existing Amazon Bedrock Agentdefault AssociateAgentKnowledgeBaseResponseBedrockAgentClient. associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest)Associate a Knowledge Base to an existing Amazon Bedrock AgentMethods 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)Associate a Knowledge Base to an existing Amazon Bedrock Agentdefault CompletableFuture<AssociateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. associateAgentKnowledgeBase(AssociateAgentKnowledgeBaseRequest associateAgentKnowledgeBaseRequest)Associate a Knowledge Base to an existing Amazon Bedrock Agent
-