Uses of Class
org.duracloud.mill.storagereporter.AccountStorageReportResult
-
-
Uses of AccountStorageReportResult in org.duracloud.mill.storagereporter
Methods in org.duracloud.mill.storagereporter that return types with arguments of type AccountStorageReportResult Modifier and Type Method Description List<AccountStorageReportResult>StorageReportResult. getOversubscribedAccounts()List<AccountStorageReportResult>StorageReportResult. getUndersubscribedAccounts()Constructor parameters in org.duracloud.mill.storagereporter with type arguments of type AccountStorageReportResult Constructor Description StorageReportResult(List<AccountStorageReportResult> oversubscribedAccounts, List<AccountStorageReportResult> undersubscribedAccounts)
-