Uses of Class
com.oracle.bmc.opsi.model.SqlBucket
-
Packages that use SqlBucket Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlBucket in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlBucket Modifier and Type Method Description SqlBucket
SqlBucket.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlBucket Modifier and Type Method Description List<SqlBucket>
IngestSqlBucketDetails. getItems()
List of SQL Bucket Metric Entries.Methods in com.oracle.bmc.opsi.model with parameters of type SqlBucket Modifier and Type Method Description SqlBucket.Builder
SqlBucket.Builder. copy(SqlBucket model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlBucket Modifier and Type Method Description IngestSqlBucketDetails.Builder
IngestSqlBucketDetails.Builder. items(List<SqlBucket> items)
List of SQL Bucket Metric Entries.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlBucket Constructor Description IngestSqlBucketDetails(List<SqlBucket> items)
Deprecated.
-