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