Uses of Class
com.oracle.bmc.datasafe.model.SqlFirewallViolationAggregation
- 
Packages that use SqlFirewallViolationAggregation Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model 
- 
- 
Uses of SqlFirewallViolationAggregation in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return types with arguments of type SqlFirewallViolationAggregation Modifier and Type Method Description Iterable<SqlFirewallViolationAggregation>DataSafePaginators. listSqlFirewallViolationAnalyticsRecordIterator(ListSqlFirewallViolationAnalyticsRequest request)Creates a new iterable which will iterate over theSqlFirewallViolationAggregationobjects contained in responses from the listSqlFirewallViolationAnalytics operation.
- 
Uses of SqlFirewallViolationAggregation in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return SqlFirewallViolationAggregation Modifier and Type Method Description SqlFirewallViolationAggregationSqlFirewallViolationAggregation.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SqlFirewallViolationAggregation Modifier and Type Method Description List<SqlFirewallViolationAggregation>SqlFirewallViolationAnalyticsCollection. getItems()The aggregated data point items.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallViolationAggregation Modifier and Type Method Description SqlFirewallViolationAggregation.BuilderSqlFirewallViolationAggregation.Builder. copy(SqlFirewallViolationAggregation model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallViolationAggregation Modifier and Type Method Description SqlFirewallViolationAnalyticsCollection.BuilderSqlFirewallViolationAnalyticsCollection.Builder. items(List<SqlFirewallViolationAggregation> items)The aggregated data point items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallViolationAggregation Constructor Description SqlFirewallViolationAnalyticsCollection(List<SqlFirewallViolationAggregation> items)Deprecated.
 
-