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