Uses of Class
com.oracle.bmc.opsi.model.SqlInsightAggregation
-
Packages that use SqlInsightAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlInsightAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlInsightAggregation Modifier and Type Method Description SqlInsightAggregationSqlInsightAggregation.Builder. build()Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlInsightAggregation Modifier and Type Method Description List<SqlInsightAggregation>SqlInsightAggregationCollection. getItems()List of insights.Methods in com.oracle.bmc.opsi.model with parameters of type SqlInsightAggregation Modifier and Type Method Description SqlInsightAggregation.BuilderSqlInsightAggregation.Builder. copy(SqlInsightAggregation model)Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlInsightAggregation Modifier and Type Method Description SqlInsightAggregationCollection.BuilderSqlInsightAggregationCollection.Builder. items(List<SqlInsightAggregation> items)List of insights.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlInsightAggregation Constructor Description SqlInsightAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SqlInventory inventory, List<SqlInsightAggregation> items, SqlInsightThresholds thresholds)Deprecated.
-