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