Uses of Class
com.oracle.bmc.opsi.model.AwrDatabaseSnapshotSummary
-
Packages that use AwrDatabaseSnapshotSummary Package Description com.oracle.bmc.opsi.model -
-
Uses of AwrDatabaseSnapshotSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrDatabaseSnapshotSummary Modifier and Type Method Description AwrDatabaseSnapshotSummary
AwrDatabaseSnapshotSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type AwrDatabaseSnapshotSummary Modifier and Type Method Description List<AwrDatabaseSnapshotSummary>
AwrDatabaseSnapshotCollection. getItems()
A list of AWR snapshot summary data.Methods in com.oracle.bmc.opsi.model with parameters of type AwrDatabaseSnapshotSummary Modifier and Type Method Description AwrDatabaseSnapshotSummary.Builder
AwrDatabaseSnapshotSummary.Builder. copy(AwrDatabaseSnapshotSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type AwrDatabaseSnapshotSummary Modifier and Type Method Description AwrDatabaseSnapshotCollection.Builder
AwrDatabaseSnapshotCollection.Builder. items(List<AwrDatabaseSnapshotSummary> items)
A list of AWR snapshot summary data.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type AwrDatabaseSnapshotSummary Constructor Description AwrDatabaseSnapshotCollection(String name, String version, Double dbQueryTimeInSecs, List<AwrDatabaseSnapshotSummary> items)
Deprecated.
-