Uses of Class
com.databricks.sdk.service.sql.EditWarehouseRequestWarehouseType
-
Packages that use EditWarehouseRequestWarehouseType Package Description com.databricks.sdk.service.sql -
-
Uses of EditWarehouseRequestWarehouseType in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return EditWarehouseRequestWarehouseType Modifier and Type Method Description EditWarehouseRequestWarehouseTypeEditWarehouseRequest. getWarehouseType()static EditWarehouseRequestWarehouseTypeEditWarehouseRequestWarehouseType. valueOf(String name)Returns the enum constant of this type with the specified name.static EditWarehouseRequestWarehouseType[]EditWarehouseRequestWarehouseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type EditWarehouseRequestWarehouseType Modifier and Type Method Description EditWarehouseRequestEditWarehouseRequest. setWarehouseType(EditWarehouseRequestWarehouseType warehouseType)
-