Uses of Class
com.oracle.bmc.opsi.model.SqlStatisticAggregation
-
Packages that use SqlStatisticAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlStatisticAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlStatisticAggregation Modifier and Type Method Description SqlStatisticAggregation
SqlStatisticAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlStatisticAggregation Modifier and Type Method Description List<SqlStatisticAggregation>
SqlStatisticAggregationCollection. getItems()
Array of SQLs along with its statistics statisfying the query criteria.Methods in com.oracle.bmc.opsi.model with parameters of type SqlStatisticAggregation Modifier and Type Method Description SqlStatisticAggregation.Builder
SqlStatisticAggregation.Builder. copy(SqlStatisticAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlStatisticAggregation Modifier and Type Method Description SqlStatisticAggregationCollection.Builder
SqlStatisticAggregationCollection.Builder. items(List<SqlStatisticAggregation> items)
Array of SQLs along with its statistics statisfying the query criteria.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlStatisticAggregation Constructor Description SqlStatisticAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, List<SqlStatisticAggregation> items)
Deprecated.
-