Uses of Class
io.lakefs.clients.api.model.InstallationUsageReport
-
Packages that use InstallationUsageReport Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of InstallationUsageReport in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return InstallationUsageReport Modifier and Type Method Description InstallationUsageReportInternalApi. getUsageReportSummary()get usage report summaryMethods in io.lakefs.clients.api that return types with arguments of type InstallationUsageReport Modifier and Type Method Description ApiResponse<InstallationUsageReport>InternalApi. getUsageReportSummaryWithHttpInfo()get usage report summaryMethod parameters in io.lakefs.clients.api with type arguments of type InstallationUsageReport Modifier and Type Method Description okhttp3.CallInternalApi. getUsageReportSummaryAsync(ApiCallback<InstallationUsageReport> _callback)get usage report summary (asynchronously) -
Uses of InstallationUsageReport in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return InstallationUsageReport Modifier and Type Method Description InstallationUsageReportInstallationUsageReport. addReportsItem(UsageReport reportsItem)InstallationUsageReportInstallationUsageReport. installationId(String installationId)InstallationUsageReportInstallationUsageReport. reports(List<UsageReport> reports)
-