Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentKnowledgeBaseResponse
Packages that use UpdateAgentKnowledgeBaseResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UpdateAgentKnowledgeBaseResponseModifier and TypeMethodDescriptiondefault UpdateAgentKnowledgeBaseResponseBedrockAgentClient.updateAgentKnowledgeBase(Consumer<UpdateAgentKnowledgeBaseRequest.Builder> updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.default UpdateAgentKnowledgeBaseResponseBedrockAgentClient.updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateAgentKnowledgeBaseResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateAgentKnowledgeBase(Consumer<UpdateAgentKnowledgeBaseRequest.Builder> updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.BedrockAgentAsyncClient.updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest) Updates the configuration for a knowledge base that has been associated with an agent.