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