Uses of Class
com.oracle.bmc.datasafe.model.ReportSummary
-
Packages that use ReportSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of ReportSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type ReportSummary Modifier and Type Method Description Iterable<ReportSummary>
DataSafePaginators. listReportsRecordIterator(ListReportsRequest request)
Creates a new iterable which will iterate over theReportSummary
objects contained in responses from the listReports operation. -
Uses of ReportSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReportSummary Modifier and Type Method Description ReportSummary
ReportSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type ReportSummary Modifier and Type Method Description List<ReportSummary>
ReportCollection. getItems()
Array of report summary.Methods in com.oracle.bmc.datasafe.model with parameters of type ReportSummary Modifier and Type Method Description ReportSummary.Builder
ReportSummary.Builder. copy(ReportSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type ReportSummary Modifier and Type Method Description ReportCollection.Builder
ReportCollection.Builder. items(List<ReportSummary> items)
Array of report summary.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type ReportSummary Constructor Description ReportCollection(List<ReportSummary> items)
Deprecated.
-