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