Uses of Class
com.databricks.sdk.service.sql.GetWarehouseResponseWarehouseType
-
Packages that use GetWarehouseResponseWarehouseType Package Description com.databricks.sdk.service.sql -
-
Uses of GetWarehouseResponseWarehouseType in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return GetWarehouseResponseWarehouseType Modifier and Type Method Description GetWarehouseResponseWarehouseTypeGetWarehouseResponse. getWarehouseType()static GetWarehouseResponseWarehouseTypeGetWarehouseResponseWarehouseType. valueOf(String name)Returns the enum constant of this type with the specified name.static GetWarehouseResponseWarehouseType[]GetWarehouseResponseWarehouseType. 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 GetWarehouseResponseWarehouseType Modifier and Type Method Description GetWarehouseResponseGetWarehouseResponse. setWarehouseType(GetWarehouseResponseWarehouseType warehouseType)
-