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