Uses of Class
com.databricks.sdk.service.compute.ContextStatus
-
Packages that use ContextStatus Package Description com.databricks.sdk.service.compute -
-
Uses of ContextStatus in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ContextStatus Modifier and Type Method Description ContextStatusContextStatusResponse. getStatus()static ContextStatusContextStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextStatus[]ContextStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute with parameters of type ContextStatus Modifier and Type Method Description ContextStatusResponseContextStatusResponse. setStatus(ContextStatus status)
-