Uses of Class
com.oracle.bmc.opsi.model.SqlResponseTimeDistributionAggregation
-
Packages that use SqlResponseTimeDistributionAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of SqlResponseTimeDistributionAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SqlResponseTimeDistributionAggregation Modifier and Type Method Description SqlResponseTimeDistributionAggregation
SqlResponseTimeDistributionAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type SqlResponseTimeDistributionAggregation Modifier and Type Method Description List<SqlResponseTimeDistributionAggregation>
SqlResponseTimeDistributionAggregationCollection. getItems()
Array of pre defined SQL response time bucket id and SQL executions count.Methods in com.oracle.bmc.opsi.model with parameters of type SqlResponseTimeDistributionAggregation Modifier and Type Method Description SqlResponseTimeDistributionAggregation.Builder
SqlResponseTimeDistributionAggregation.Builder. copy(SqlResponseTimeDistributionAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type SqlResponseTimeDistributionAggregation Modifier and Type Method Description SqlResponseTimeDistributionAggregationCollection.Builder
SqlResponseTimeDistributionAggregationCollection.Builder. items(List<SqlResponseTimeDistributionAggregation> items)
Array of pre defined SQL response time bucket id and SQL executions count.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type SqlResponseTimeDistributionAggregation Constructor Description SqlResponseTimeDistributionAggregationCollection(String sqlIdentifier, String id, String databaseId, Date timeIntervalStart, Date timeIntervalEnd, List<SqlResponseTimeDistributionAggregation> items)
Deprecated.
-