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