Uses of Class
com.oracle.bmc.datasafe.model.SqlCollectionLogDimensions
-
Packages that use SqlCollectionLogDimensions Package Description com.oracle.bmc.datasafe.model -
-
Uses of SqlCollectionLogDimensions in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollectionLogDimensions Modifier and Type Method Description SqlCollectionLogDimensions
SqlCollectionLogDimensions.Builder. build()
SqlCollectionLogDimensions
SqlCollectionLogAggregation. getDimensions()
Methods in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionLogDimensions Modifier and Type Method Description SqlCollectionLogDimensions.Builder
SqlCollectionLogDimensions.Builder. copy(SqlCollectionLogDimensions model)
SqlCollectionLogAggregation.Builder
SqlCollectionLogAggregation.Builder. dimensions(SqlCollectionLogDimensions dimensions)
Constructors in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionLogDimensions Constructor Description SqlCollectionLogAggregation(String metricName, Date timeStarted, Date timeEnded, Long count, SqlCollectionLogDimensions dimensions)
Deprecated.
-