Uses of Class
com.oracle.bmc.opsi.model.OpsiDataObjectSummary
-
Packages that use OpsiDataObjectSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of OpsiDataObjectSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type OpsiDataObjectSummary Modifier and Type Method Description Iterable<OpsiDataObjectSummary>
OperationsInsightsPaginators. listOpsiDataObjectsRecordIterator(ListOpsiDataObjectsRequest request)
Creates a new iterable which will iterate over theOpsiDataObjectSummary
objects contained in responses from the listOpsiDataObjects operation. -
Uses of OpsiDataObjectSummary in com.oracle.bmc.opsi.model
Subclasses of OpsiDataObjectSummary in com.oracle.bmc.opsi.model Modifier and Type Class Description class
DatabaseInsightsDataObjectSummary
Summary of a database insights data object.class
ExadataInsightsDataObjectSummary
Summary of an exadata insights data object.class
HostInsightsDataObjectSummary
Summary of a host insights data object.Methods in com.oracle.bmc.opsi.model that return types with arguments of type OpsiDataObjectSummary Modifier and Type Method Description List<OpsiDataObjectSummary>
OpsiDataObjectsCollection. getItems()
Array of OPSI data object summary objects.Method parameters in com.oracle.bmc.opsi.model with type arguments of type OpsiDataObjectSummary Modifier and Type Method Description OpsiDataObjectsCollection.Builder
OpsiDataObjectsCollection.Builder. items(List<OpsiDataObjectSummary> items)
Array of OPSI data object summary objects.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type OpsiDataObjectSummary Constructor Description OpsiDataObjectsCollection(List<OpsiDataObjectSummary> items)
Deprecated.
-