Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateKnowledgeBaseResponse
Packages that use UpdateKnowledgeBaseResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UpdateKnowledgeBaseResponseModifier and TypeMethodDescriptiondefault UpdateKnowledgeBaseResponseBedrockAgentClient.updateKnowledgeBase(Consumer<UpdateKnowledgeBaseRequest.Builder> updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.default UpdateKnowledgeBaseResponseBedrockAgentClient.updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UpdateKnowledgeBaseResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateKnowledgeBase(Consumer<UpdateKnowledgeBaseRequest.Builder> updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.BedrockAgentAsyncClient.updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest) Updates the configuration of a knowledge base with the fields that you specify.