Uses of Class
com.databricks.sdk.service.catalog.EnableAutoMaintenance
-
Packages that use EnableAutoMaintenance Package Description com.databricks.sdk.service.catalog -
-
Uses of EnableAutoMaintenance in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return EnableAutoMaintenance Modifier and Type Method Description EnableAutoMaintenanceCatalogInfo. getEnableAutoMaintenance()EnableAutoMaintenanceSchemaInfo. getEnableAutoMaintenance()EnableAutoMaintenanceTableInfo. getEnableAutoMaintenance()EnableAutoMaintenanceEffectiveAutoMaintenanceFlag. getValue()static EnableAutoMaintenanceEnableAutoMaintenance. valueOf(String name)Returns the enum constant of this type with the specified name.static EnableAutoMaintenance[]EnableAutoMaintenance. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type EnableAutoMaintenance Modifier and Type Method Description CatalogInfoCatalogInfo. setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance)SchemaInfoSchemaInfo. setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance)TableInfoTableInfo. setEnableAutoMaintenance(EnableAutoMaintenance enableAutoMaintenance)EffectiveAutoMaintenanceFlagEffectiveAutoMaintenanceFlag. setValue(EnableAutoMaintenance value)
-