Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentKnowledgeBaseResponse
-
Packages that use UpdateAgentKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent 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 UpdateAgentKnowledgeBaseResponse Modifier and Type Method Description default 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 UpdateAgentKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<UpdateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. updateAgentKnowledgeBase(Consumer<UpdateAgentKnowledgeBaseRequest.Builder> updateAgentKnowledgeBaseRequest)Updates the configuration for a knowledge base that has been associated with an agent.default CompletableFuture<UpdateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest)Updates the configuration for a knowledge base that has been associated with an agent.
-