Uses of Class
com.databricks.sdk.service.compute.DataPlaneEventDetailsEventType
-
Packages that use DataPlaneEventDetailsEventType Package Description com.databricks.sdk.service.compute -
-
Uses of DataPlaneEventDetailsEventType in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return DataPlaneEventDetailsEventType Modifier and Type Method Description DataPlaneEventDetailsEventTypeDataPlaneEventDetails. getEventType()static DataPlaneEventDetailsEventTypeDataPlaneEventDetailsEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataPlaneEventDetailsEventType[]DataPlaneEventDetailsEventType. 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 DataPlaneEventDetailsEventType Modifier and Type Method Description DataPlaneEventDetailsDataPlaneEventDetails. setEventType(DataPlaneEventDetailsEventType eventType)
-