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