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 OutputFormat
CreateLogDeliveryConfigurationParams. getOutputFormat()
OutputFormat
LogDeliveryConfiguration. getOutputFormat()
static OutputFormat
OutputFormat. 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 CreateLogDeliveryConfigurationParams
CreateLogDeliveryConfigurationParams. setOutputFormat(OutputFormat outputFormat)
LogDeliveryConfiguration
LogDeliveryConfiguration. setOutputFormat(OutputFormat outputFormat)
-