Uses of Class
com.oracle.bmc.datasafe.model.UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge
-
Packages that use UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge Package Description com.oracle.bmc.datasafe.model -
-
Uses of UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge Modifier and Type Method Description static UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge. create(String key)
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge
UpdateSqlFirewallConfigDetails. getViolationLogAutoPurge()
Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.static UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge[]
UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge. 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 UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge Modifier and Type Method Description UpdateSqlFirewallConfigDetails.Builder
UpdateSqlFirewallConfigDetails.Builder. violationLogAutoPurge(UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge violationLogAutoPurge)
Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.Constructors in com.oracle.bmc.datasafe.model with parameters of type UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge Constructor Description UpdateSqlFirewallConfigDetails(UpdateSqlFirewallConfigDetails.Status status, UpdateSqlFirewallConfigDetails.ViolationLogAutoPurge violationLogAutoPurge, UpdateSqlFirewallConfigDetails.ExcludeJob excludeJob)
Deprecated.
-