Uses of Class
com.databricks.sdk.service.catalog.ConnectionType
-
Packages that use ConnectionType Package Description com.databricks.sdk.service.catalog -
-
Uses of ConnectionType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return ConnectionType Modifier and Type Method Description ConnectionTypeConnectionInfo. getConnectionType()ConnectionTypeCreateConnection. getConnectionType()static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. 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 ConnectionType Modifier and Type Method Description ConnectionInfoConnectionsAPI. create(String name, ConnectionType connectionType, Map<String,String> optionsKvpairs)ConnectionInfoConnectionInfo. setConnectionType(ConnectionType connectionType)CreateConnectionCreateConnection. setConnectionType(ConnectionType connectionType)
-