Uses of Class
com.databricks.sdk.service.catalog.CreateCatalog
-
Packages that use CreateCatalog Package Description com.databricks.sdk.service.catalog -
-
Uses of CreateCatalog in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return CreateCatalog Modifier and Type Method Description CreateCatalogCreateCatalog. setComment(String comment)CreateCatalogCreateCatalog. setName(String name)CreateCatalogCreateCatalog. setProperties(Map<String,String> properties)CreateCatalogCreateCatalog. setProviderName(String providerName)CreateCatalogCreateCatalog. setShareName(String shareName)CreateCatalogCreateCatalog. setStorageRoot(String storageRoot)Methods in com.databricks.sdk.service.catalog with parameters of type CreateCatalog Modifier and Type Method Description CatalogInfoCatalogsAPI. create(CreateCatalog request)Create a catalog.CatalogInfoCatalogsService. create(CreateCatalog createCatalog)Create a catalog.
-