Uses of Class
com.oracle.bmc.opsi.model.AddmDbSummary
-
Packages that use AddmDbSummary Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model -
-
Uses of AddmDbSummary in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type AddmDbSummary Modifier and Type Method Description Iterable<AddmDbSummary>
OperationsInsightsPaginators. listAddmDbsRecordIterator(ListAddmDbsRequest request)
Creates a new iterable which will iterate over theAddmDbSummary
objects contained in responses from the listAddmDbs operation. -
Uses of AddmDbSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AddmDbSummary Modifier and Type Method Description AddmDbSummary
AddmDbSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AddmDbSummary Modifier and Type Method Description List<AddmDbSummary>
AddmDbCollection. getItems()
List of ADDM database summary dataMethods in com.oracle.bmc.opsi.model with parameters of type AddmDbSummary Modifier and Type Method Description AddmDbSummary.Builder
AddmDbSummary.Builder. copy(AddmDbSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AddmDbSummary Modifier and Type Method Description AddmDbCollection.Builder
AddmDbCollection.Builder. items(List<AddmDbSummary> items)
List of ADDM database summary dataConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type AddmDbSummary Constructor Description AddmDbCollection(Date timeIntervalStart, Date timeIntervalEnd, List<AddmDbSummary> items)
Deprecated.
-