Uses of Class
com.databricks.jdbc.model.telemetry.enums.DriverProxy
-
Packages that use DriverProxy Package Description com.databricks.jdbc.model.telemetry.enums -
-
Uses of DriverProxy in com.databricks.jdbc.model.telemetry.enums
Methods in com.databricks.jdbc.model.telemetry.enums that return DriverProxy Modifier and Type Method Description static DriverProxyDriverProxy. getDriverProxy(com.databricks.sdk.core.ProxyConfig.ProxyAuthType proxyAuthType)static DriverProxyDriverProxy. valueOf(String name)Returns the enum constant of this type with the specified name.static DriverProxy[]DriverProxy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-