Uses of Class
com.databricks.sdk.service.billing.LogType
-
Packages that use LogType Package Description com.databricks.sdk.service.billing -
-
Uses of LogType in com.databricks.sdk.service.billing
Methods in com.databricks.sdk.service.billing that return LogType Modifier and Type Method Description LogTypeCreateLogDeliveryConfigurationParams. getLogType()LogTypeLogDeliveryConfiguration. getLogType()static LogTypeLogType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogType[]LogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.billing with parameters of type LogType Modifier and Type Method Description CreateLogDeliveryConfigurationParamsCreateLogDeliveryConfigurationParams. setLogType(LogType logType)LogDeliveryConfigurationLogDeliveryConfiguration. setLogType(LogType logType)
-