Uses of Class
com.databricks.sdk.service.billing.OutputFormat
-
Packages that use OutputFormat Package Description com.databricks.sdk.service.billing -
-
Uses of OutputFormat in com.databricks.sdk.service.billing
Methods in com.databricks.sdk.service.billing that return OutputFormat Modifier and Type Method Description OutputFormatCreateLogDeliveryConfigurationParams. getOutputFormat()OutputFormatLogDeliveryConfiguration. getOutputFormat()static OutputFormatOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. 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 OutputFormat Modifier and Type Method Description CreateLogDeliveryConfigurationParamsCreateLogDeliveryConfigurationParams. setOutputFormat(OutputFormat outputFormat)LogDeliveryConfigurationLogDeliveryConfiguration. setOutputFormat(OutputFormat outputFormat)
-