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