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.datasafeMethods 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 theSqlFirewallPolicyAggregationobjects contained in responses from the listSqlFirewallPolicyAnalytics operation.
- 
Uses of SqlFirewallPolicyAggregation in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return SqlFirewallPolicyAggregation Modifier and Type Method Description SqlFirewallPolicyAggregationSqlFirewallPolicyAggregation.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.BuilderSqlFirewallPolicyAggregation.Builder. copy(SqlFirewallPolicyAggregation model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallPolicyAggregation Modifier and Type Method Description SqlFirewallPolicyAnalyticsCollection.BuilderSqlFirewallPolicyAnalyticsCollection.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.
 
-