Uses of Class
com.oracle.bmc.datasafe.model.SqlFirewallViolationSummary
- 
Packages that use SqlFirewallViolationSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model 
- 
- 
Uses of SqlFirewallViolationSummary in com.oracle.bmc.datasafeMethods in com.oracle.bmc.datasafe that return types with arguments of type SqlFirewallViolationSummary Modifier and Type Method Description Iterable<SqlFirewallViolationSummary>DataSafePaginators. listSqlFirewallViolationsRecordIterator(ListSqlFirewallViolationsRequest request)Creates a new iterable which will iterate over theSqlFirewallViolationSummaryobjects contained in responses from the listSqlFirewallViolations operation.
- 
Uses of SqlFirewallViolationSummary in com.oracle.bmc.datasafe.modelMethods in com.oracle.bmc.datasafe.model that return SqlFirewallViolationSummary Modifier and Type Method Description SqlFirewallViolationSummarySqlFirewallViolationSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SqlFirewallViolationSummary Modifier and Type Method Description List<SqlFirewallViolationSummary>SqlFirewallViolationsCollection. getItems()Array of SQL violation summary.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallViolationSummary Modifier and Type Method Description SqlFirewallViolationSummary.BuilderSqlFirewallViolationSummary.Builder. copy(SqlFirewallViolationSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallViolationSummary Modifier and Type Method Description SqlFirewallViolationsCollection.BuilderSqlFirewallViolationsCollection.Builder. items(List<SqlFirewallViolationSummary> items)Array of SQL violation summary.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallViolationSummary Constructor Description SqlFirewallViolationsCollection(List<SqlFirewallViolationSummary> items)Deprecated.
 
-