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