Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateKnowledgeBaseResponse
-
Packages that use UpdateKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent 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 UpdateKnowledgeBaseResponse Modifier and Type Method Description default 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 UpdateKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<UpdateKnowledgeBaseResponse>BedrockAgentAsyncClient. updateKnowledgeBase(Consumer<UpdateKnowledgeBaseRequest.Builder> updateKnowledgeBaseRequest)Updates the configuration of a knowledge base with the fields that you specify.default CompletableFuture<UpdateKnowledgeBaseResponse>BedrockAgentAsyncClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest)Updates the configuration of a knowledge base with the fields that you specify.
-