Uses of Class
com.oracle.bmc.opsi.model.AddmReport
-
Packages that use AddmReport Package Description com.oracle.bmc.opsi.model -
-
Uses of AddmReport in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AddmReport Modifier and Type Method Description AddmReport
AddmReport.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AddmReport Modifier and Type Method Description List<AddmReport>
IngestAddmReportsDetails. getItems()
List of Addm reportsMethods in com.oracle.bmc.opsi.model with parameters of type AddmReport Modifier and Type Method Description AddmReport.Builder
AddmReport.Builder. copy(AddmReport model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AddmReport Modifier and Type Method Description IngestAddmReportsDetails.Builder
IngestAddmReportsDetails.Builder. items(List<AddmReport> items)
List of Addm reportsConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type AddmReport Constructor Description IngestAddmReportsDetails(List<AddmReport> items)
Deprecated.
-