Uses of Class
com.oracle.bmc.datasafe.model.SqlFirewallAllowedSqlSummary
-
Packages that use SqlFirewallAllowedSqlSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of SqlFirewallAllowedSqlSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type SqlFirewallAllowedSqlSummary Modifier and Type Method Description Iterable<SqlFirewallAllowedSqlSummary>
DataSafePaginators. listSqlFirewallAllowedSqlsRecordIterator(ListSqlFirewallAllowedSqlsRequest request)
Creates a new iterable which will iterate over theSqlFirewallAllowedSqlSummary
objects contained in responses from the listSqlFirewallAllowedSqls operation. -
Uses of SqlFirewallAllowedSqlSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlFirewallAllowedSqlSummary Modifier and Type Method Description SqlFirewallAllowedSqlSummary
SqlFirewallAllowedSqlSummary.Builder. build()
Methods in com.oracle.bmc.datasafe.model that return types with arguments of type SqlFirewallAllowedSqlSummary Modifier and Type Method Description List<SqlFirewallAllowedSqlSummary>
SqlFirewallAllowedSqlCollection. getItems()
Array of SQL Firewall allowed SQL statements.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallAllowedSqlSummary Modifier and Type Method Description SqlFirewallAllowedSqlSummary.Builder
SqlFirewallAllowedSqlSummary.Builder. copy(SqlFirewallAllowedSqlSummary model)
Method parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallAllowedSqlSummary Modifier and Type Method Description SqlFirewallAllowedSqlCollection.Builder
SqlFirewallAllowedSqlCollection.Builder. items(List<SqlFirewallAllowedSqlSummary> items)
Array of SQL Firewall allowed SQL statements.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type SqlFirewallAllowedSqlSummary Constructor Description SqlFirewallAllowedSqlCollection(List<SqlFirewallAllowedSqlSummary> items)
Deprecated.
-