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.datasafe
Methods 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 theSqlFirewallViolationAggregation
objects contained in responses from the listSqlFirewallViolationAnalytics operation. -
Uses of SqlFirewallViolationAggregation in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlFirewallViolationAggregation Modifier and Type Method Description SqlFirewallViolationAggregation
SqlFirewallViolationAggregation.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.Builder
SqlFirewallViolationAggregation.Builder. copy(SqlFirewallViolationAggregation model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallViolationAggregation Modifier and Type Method Description SqlFirewallViolationAnalyticsCollection.Builder
SqlFirewallViolationAnalyticsCollection.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.
-