Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageConfiguration
-
Packages that use StorageConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StorageConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageConfiguration Modifier and Type Method Description StorageConfigurationCreateKnowledgeBaseRequest. storageConfiguration()Returns the value of the StorageConfiguration property for this object.StorageConfigurationKnowledgeBase. storageConfiguration()Returns the value of the StorageConfiguration property for this object.StorageConfigurationUpdateKnowledgeBaseRequest. storageConfiguration()Returns the value of the StorageConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageConfiguration Modifier and Type Method Description CreateKnowledgeBaseRequest.BuilderCreateKnowledgeBaseRequest.Builder. storageConfiguration(StorageConfiguration storageConfiguration)Sets the value of the StorageConfiguration property for this object.KnowledgeBase.BuilderKnowledgeBase.Builder. storageConfiguration(StorageConfiguration storageConfiguration)Sets the value of the StorageConfiguration property for this object.UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. storageConfiguration(StorageConfiguration storageConfiguration)Sets the value of the StorageConfiguration property for this object.
-