Uses of Class
com.databricks.sdk.service.billing.ListLogDeliveryRequest
-
Packages that use ListLogDeliveryRequest Package Description com.databricks.sdk.service.billing -
-
Uses of ListLogDeliveryRequest in com.databricks.sdk.service.billing
Methods in com.databricks.sdk.service.billing that return ListLogDeliveryRequest Modifier and Type Method Description ListLogDeliveryRequestListLogDeliveryRequest. setCredentialsId(String credentialsId)ListLogDeliveryRequestListLogDeliveryRequest. setStatus(LogDeliveryConfigStatus status)ListLogDeliveryRequestListLogDeliveryRequest. setStorageConfigurationId(String storageConfigurationId)Methods in com.databricks.sdk.service.billing with parameters of type ListLogDeliveryRequest Modifier and Type Method Description Iterable<LogDeliveryConfiguration>LogDeliveryAPI. list(ListLogDeliveryRequest request)Get all log delivery configurations.WrappedLogDeliveryConfigurationsLogDeliveryService. list(ListLogDeliveryRequest listLogDeliveryRequest)Get all log delivery configurations.
-