Uses of Class
com.databricks.sdk.service.provisioning.WarningType
-
Packages that use WarningType Package Description com.databricks.sdk.service.provisioning -
-
Uses of WarningType in com.databricks.sdk.service.provisioning
Methods in com.databricks.sdk.service.provisioning that return WarningType Modifier and Type Method Description WarningTypeNetworkWarning. getWarningType()static WarningTypeWarningType. valueOf(String name)Returns the enum constant of this type with the specified name.static WarningType[]WarningType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.provisioning with parameters of type WarningType Modifier and Type Method Description NetworkWarningNetworkWarning. setWarningType(WarningType warningType)
-