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