Uses of Class
com.oracle.bmc.datasafe.model.AuditEventAggregationItems
-
Packages that use AuditEventAggregationItems Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AuditEventAggregationItems in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AuditEventAggregationItems Modifier and Type Method Description Iterable<AuditEventAggregationItems>DataSafePaginators. listAuditEventAnalyticsRecordIterator(ListAuditEventAnalyticsRequest request)Creates a new iterable which will iterate over theAuditEventAggregationItemsobjects contained in responses from the listAuditEventAnalytics operation. -
Uses of AuditEventAggregationItems in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AuditEventAggregationItems Modifier and Type Method Description AuditEventAggregationItemsAuditEventAggregationItems.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AuditEventAggregationItems Modifier and Type Method Description List<AuditEventAggregationItems>AuditEventAnalyticsCollection. getItems()The aggregated data point items.Methods in com.oracle.bmc.datasafe.model with parameters of type AuditEventAggregationItems Modifier and Type Method Description AuditEventAggregationItems.BuilderAuditEventAggregationItems.Builder. copy(AuditEventAggregationItems model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AuditEventAggregationItems Modifier and Type Method Description AuditEventAnalyticsCollection.BuilderAuditEventAnalyticsCollection.Builder. items(List<AuditEventAggregationItems> items)The aggregated data point items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AuditEventAggregationItems Constructor Description AuditEventAnalyticsCollection(List<AuditEventAggregationItems> items)Deprecated.
-