Uses of Class
com.oracle.bmc.datasafe.model.SqlFirewallPolicyAggregation
-
Packages that use SqlFirewallPolicyAggregation Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of SqlFirewallPolicyAggregation in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SqlFirewallPolicyAggregation Modifier and Type Method Description Iterable<SqlFirewallPolicyAggregation>
DataSafePaginators. listSqlFirewallPolicyAnalyticsRecordIterator(ListSqlFirewallPolicyAnalyticsRequest request)
Creates a new iterable which will iterate over theSqlFirewallPolicyAggregation
objects contained in responses from the listSqlFirewallPolicyAnalytics operation. -
Uses of SqlFirewallPolicyAggregation in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlFirewallPolicyAggregation Modifier and Type Method Description SqlFirewallPolicyAggregation
SqlFirewallPolicyAggregation.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SqlFirewallPolicyAggregation Modifier and Type Method Description List<SqlFirewallPolicyAggregation>
SqlFirewallPolicyAnalyticsCollection. getItems()
The aggregated data point items.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallPolicyAggregation Modifier and Type Method Description SqlFirewallPolicyAggregation.Builder
SqlFirewallPolicyAggregation.Builder. copy(SqlFirewallPolicyAggregation model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallPolicyAggregation Modifier and Type Method Description SqlFirewallPolicyAnalyticsCollection.Builder
SqlFirewallPolicyAnalyticsCollection.Builder. items(List<SqlFirewallPolicyAggregation> items)
The aggregated data point items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallPolicyAggregation Constructor Description SqlFirewallPolicyAnalyticsCollection(List<SqlFirewallPolicyAggregation> items)
Deprecated.
-