Uses of Class
com.oracle.bmc.datasafe.model.AuditProfileAggregationItems
-
Packages that use AuditProfileAggregationItems Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AuditProfileAggregationItems in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type AuditProfileAggregationItems Modifier and Type Method Description Iterable<AuditProfileAggregationItems>
DataSafePaginators. listAuditProfileAnalyticsRecordIterator(ListAuditProfileAnalyticsRequest request)
Creates a new iterable which will iterate over theAuditProfileAggregationItems
objects contained in responses from the listAuditProfileAnalytics operation. -
Uses of AuditProfileAggregationItems in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AuditProfileAggregationItems Modifier and Type Method Description AuditProfileAggregationItems
AuditProfileAggregationItems.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type AuditProfileAggregationItems Modifier and Type Method Description List<AuditProfileAggregationItems>
AuditProfileAnalyticCollection. getItems()
Array of audit profile aggregration data.Methods in com.oracle.bmc.datasafe.model with parameters of type AuditProfileAggregationItems Modifier and Type Method Description AuditProfileAggregationItems.Builder
AuditProfileAggregationItems.Builder. copy(AuditProfileAggregationItems model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type AuditProfileAggregationItems Modifier and Type Method Description AuditProfileAnalyticCollection.Builder
AuditProfileAnalyticCollection.Builder. items(List<AuditProfileAggregationItems> items)
Array of audit profile aggregration data.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type AuditProfileAggregationItems Constructor Description AuditProfileAnalyticCollection(List<AuditProfileAggregationItems> items)
Deprecated.
-