Uses of Class
com.oracle.bmc.datasafe.model.SqlCollectionAggregation
-
Packages that use SqlCollectionAggregation Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of SqlCollectionAggregation in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SqlCollectionAggregation Modifier and Type Method Description Iterable<SqlCollectionAggregation>
DataSafePaginators. listSqlCollectionAnalyticsRecordIterator(ListSqlCollectionAnalyticsRequest request)
Creates a new iterable which will iterate over theSqlCollectionAggregation
objects contained in responses from the listSqlCollectionAnalytics operation. -
Uses of SqlCollectionAggregation in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlCollectionAggregation Modifier and Type Method Description SqlCollectionAggregation
SqlCollectionAggregation.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SqlCollectionAggregation Modifier and Type Method Description List<SqlCollectionAggregation>
SqlCollectionAnalyticsCollection. getItems()
The aggregated data point items.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlCollectionAggregation Modifier and Type Method Description SqlCollectionAggregation.Builder
SqlCollectionAggregation.Builder. copy(SqlCollectionAggregation model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlCollectionAggregation Modifier and Type Method Description SqlCollectionAnalyticsCollection.Builder
SqlCollectionAnalyticsCollection.Builder. items(List<SqlCollectionAggregation> items)
The aggregated data point items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlCollectionAggregation Constructor Description SqlCollectionAnalyticsCollection(List<SqlCollectionAggregation> items)
Deprecated.
-