Uses of Class
com.databricks.sdk.service.catalog.FunctionInfoSecurityType
-
Packages that use FunctionInfoSecurityType Package Description com.databricks.sdk.service.catalog -
-
Uses of FunctionInfoSecurityType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return FunctionInfoSecurityType Modifier and Type Method Description FunctionInfoSecurityTypeFunctionInfo. getSecurityType()static FunctionInfoSecurityTypeFunctionInfoSecurityType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionInfoSecurityType[]FunctionInfoSecurityType. 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 FunctionInfoSecurityType Modifier and Type Method Description FunctionInfoFunctionInfo. setSecurityType(FunctionInfoSecurityType securityType)
-