Uses of Class
com.databricks.sdk.service.workspace.ScopeBackendType
-
Packages that use ScopeBackendType Package Description com.databricks.sdk.service.workspace -
-
Uses of ScopeBackendType in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return ScopeBackendType Modifier and Type Method Description ScopeBackendTypeSecretScope. getBackendType()ScopeBackendTypeCreateScope. getScopeBackendType()static ScopeBackendTypeScopeBackendType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScopeBackendType[]ScopeBackendType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.workspace with parameters of type ScopeBackendType Modifier and Type Method Description SecretScopeSecretScope. setBackendType(ScopeBackendType backendType)CreateScopeCreateScope. setScopeBackendType(ScopeBackendType scopeBackendType)
-