Uses of Class
com.oracle.bmc.opsi.model.SqlPlanInsights
-
Packages that use SqlPlanInsights Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlPlanInsights in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlPlanInsights Modifier and Type Method Description SqlPlanInsights
SqlPlanInsights.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlPlanInsights Modifier and Type Method Description List<SqlPlanInsights>
SqlPlanInsightAggregationCollection. getInsights()
List of SQL plan insights.Methods in com.oracle.bmc.opsi.model with parameters of type SqlPlanInsights Modifier and Type Method Description SqlPlanInsights.Builder
SqlPlanInsights.Builder. copy(SqlPlanInsights model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlPlanInsights Modifier and Type Method Description SqlPlanInsightAggregationCollection.Builder
SqlPlanInsightAggregationCollection.Builder. insights(List<SqlPlanInsights> insights)
List of SQL plan insights.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlPlanInsights Constructor Description SqlPlanInsightAggregationCollection(String sqlIdentifier, String id, String databaseId, Date timeIntervalStart, Date timeIntervalEnd, List<SqlPlanInsights> insights, List<SqlPlanInsightAggregation> items)
Deprecated.
-