Uses of Class
com.oracle.bmc.datasafe.model.LogType
-
Packages that use LogType Package Description com.oracle.bmc.datasafe.model -
-
Uses of LogType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return LogType Modifier and Type Method Description static LogTypeLogType. create(String key)LogTypeBulkCreateSqlFirewallAllowedSqlsDetails. getLogType()The type of log to be added as an allowed sql.static LogTypeLogType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogType[]LogType. 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 LogType Modifier and Type Method Description BulkCreateSqlFirewallAllowedSqlsDetails.BuilderBulkCreateSqlFirewallAllowedSqlsDetails.Builder. logType(LogType logType)The type of log to be added as an allowed sql.Constructors in com.oracle.bmc.datasafe.model with parameters of type LogType Constructor Description BulkCreateSqlFirewallAllowedSqlsDetails(String sqlFirewallPolicyId, LogType logType, SelectionDetails selection)Deprecated.
-