Uses of Class
com.oracle.bmc.datasafe.model.SqlFirewallViolationSummary.SqlLevel
-
Packages that use SqlFirewallViolationSummary.SqlLevel Package Description com.oracle.bmc.datasafe.model -
-
Uses of SqlFirewallViolationSummary.SqlLevel in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SqlFirewallViolationSummary.SqlLevel Modifier and Type Method Description static SqlFirewallViolationSummary.SqlLevel
SqlFirewallViolationSummary.SqlLevel. create(String key)
SqlFirewallViolationSummary.SqlLevel
SqlFirewallViolationSummary. getSqlLevel()
Specifies the level of SQL for this violation.static SqlFirewallViolationSummary.SqlLevel
SqlFirewallViolationSummary.SqlLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlFirewallViolationSummary.SqlLevel[]
SqlFirewallViolationSummary.SqlLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallViolationSummary.SqlLevel Modifier and Type Method Description SqlFirewallViolationSummary.Builder
SqlFirewallViolationSummary.Builder. sqlLevel(SqlFirewallViolationSummary.SqlLevel sqlLevel)
Specifies the level of SQL for this violation.Constructors in com.oracle.bmc.datasafe.model with parameters of type SqlFirewallViolationSummary.SqlLevel Constructor Description SqlFirewallViolationSummary(String id, String compartmentId, String dbUserName, String targetId, String targetName, Date operationTime, Date timeCollected, String clientOsUserName, String operation, String sqlText, String sqlAccessedObjects, String currentDbUserName, SqlFirewallViolationSummary.SqlLevel sqlLevel, String clientIp, String clientProgram, String violationCause, SqlFirewallViolationSummary.ViolationAction violationAction)
Deprecated.
-