Uses of Class
com.databricks.sdk.service.billing.LogDeliveryConfiguration
-
Packages that use LogDeliveryConfiguration Package Description com.databricks.sdk.service.billing -
-
Uses of LogDeliveryConfiguration in com.databricks.sdk.service.billing
Methods in com.databricks.sdk.service.billing that return types with arguments of type LogDeliveryConfiguration Modifier and Type Method Description Collection<LogDeliveryConfiguration>
WrappedLogDeliveryConfigurations. getLogDeliveryConfigurations()
Iterable<LogDeliveryConfiguration>
LogDeliveryAPI. list(ListLogDeliveryRequest request)
Get all log delivery configurations.Methods in com.databricks.sdk.service.billing with parameters of type LogDeliveryConfiguration Modifier and Type Method Description WrappedLogDeliveryConfiguration
WrappedLogDeliveryConfiguration. setLogDeliveryConfiguration(LogDeliveryConfiguration logDeliveryConfiguration)
Method parameters in com.databricks.sdk.service.billing with type arguments of type LogDeliveryConfiguration Modifier and Type Method Description WrappedLogDeliveryConfigurations
WrappedLogDeliveryConfigurations. setLogDeliveryConfigurations(Collection<LogDeliveryConfiguration> logDeliveryConfigurations)
-