Uses of Class
com.databricks.sdk.service.compute.EventDetailsCause
-
Packages that use EventDetailsCause Package Description com.databricks.sdk.service.compute -
-
Uses of EventDetailsCause in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return EventDetailsCause Modifier and Type Method Description EventDetailsCauseEventDetails. getCause()static EventDetailsCauseEventDetailsCause. valueOf(String name)Returns the enum constant of this type with the specified name.static EventDetailsCause[]EventDetailsCause. 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 EventDetailsCause Modifier and Type Method Description EventDetailsEventDetails. setCause(EventDetailsCause cause)
-