Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UpdateKnowledgeBaseRequest
-
Packages that use UpdateKnowledgeBaseRequest 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 UpdateKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description default CompletableFuture<UpdateKnowledgeBaseResponse>BedrockAgentAsyncClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest 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. -
Uses of UpdateKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description SdkHttpFullRequestUpdateKnowledgeBaseRequestMarshaller. marshall(UpdateKnowledgeBaseRequest updateKnowledgeBaseRequest)
-