Uses of Interface
com.databricks.sdk.service.provisioning.StorageService
-
Packages that use StorageService Package Description com.databricks.sdk com.databricks.sdk.service.provisioning -
-
Uses of StorageService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type StorageService Modifier and Type Method Description AccountClient
AccountClient. withStorageImpl(StorageService storage)
Override StorageAPI with mock -
Uses of StorageService in com.databricks.sdk.service.provisioning
Methods in com.databricks.sdk.service.provisioning that return StorageService Modifier and Type Method Description StorageService
StorageAPI. impl()
Constructors in com.databricks.sdk.service.provisioning with parameters of type StorageService Constructor Description StorageAPI(StorageService mock)
Constructor for mocks
-