Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentKnowledgeBaseRequest
-
Packages that use UpdateAgentKnowledgeBaseRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of UpdateAgentKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type UpdateAgentKnowledgeBaseRequest Modifier and Type Method Description default CompletableFuture<UpdateAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. updateAgentKnowledgeBase(UpdateAgentKnowledgeBaseRequest 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. -
Uses of UpdateAgentKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type UpdateAgentKnowledgeBaseRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAgentKnowledgeBaseRequestMarshaller. marshall(UpdateAgentKnowledgeBaseRequest updateAgentKnowledgeBaseRequest)
-