Uses of Class
com.databricks.sdk.service.catalog.CredentialType
-
Packages that use CredentialType Package Description com.databricks.sdk.service.catalog -
-
Uses of CredentialType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return CredentialType Modifier and Type Method Description CredentialTypeConnectionInfo. getCredentialType()static CredentialTypeCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialType[]CredentialType. 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 CredentialType Modifier and Type Method Description ConnectionInfoConnectionInfo. setCredentialType(CredentialType credentialType)
-