Uses of Class
com.oracle.bmc.resourcemanager.model.LogEntry.Level
-
Packages that use LogEntry.Level Package Description com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.requests -
-
Uses of LogEntry.Level in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return LogEntry.Level Modifier and Type Method Description static LogEntry.Level
LogEntry.Level. create(String key)
LogEntry.Level
LogEntry. getLevel()
Specifies the severity level of the log entry.static LogEntry.Level
LogEntry.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogEntry.Level[]
LogEntry.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.model with parameters of type LogEntry.Level Modifier and Type Method Description LogEntry.Builder
LogEntry.Builder. level(LogEntry.Level level)
Specifies the severity level of the log entry.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type LogEntry.Level Constructor Description LogEntry(LogEntry.Type type, LogEntry.Level level, Date timestamp, String message)
Deprecated. -
Uses of LogEntry.Level in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return LogEntry.Level Modifier and Type Method Description LogEntry.Level
GetJobLogsRequest. getLevelGreaterThanOrEqualTo()
A filter that returns only log entries that match a given severity level or greater.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type LogEntry.Level Modifier and Type Method Description GetJobLogsRequest.Builder
GetJobLogsRequest.Builder. levelGreaterThanOrEqualTo(LogEntry.Level levelGreaterThanOrEqualTo)
A filter that returns only log entries that match a given severity level or greater.
-