Uses of Class
com.oracle.bmc.logging.model.Log.LogType
-
Packages that use Log.LogType Package Description com.oracle.bmc.logging.model -
-
Uses of Log.LogType in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return Log.LogType Modifier and Type Method Description static Log.LogType
Log.LogType. create(String key)
Log.LogType
Log. getLogType()
The logType that the log object is for, whether custom or service.static Log.LogType
Log.LogType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Log.LogType[]
Log.LogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.model with parameters of type Log.LogType Modifier and Type Method Description Log.Builder
Log.Builder. logType(Log.LogType logType)
The logType that the log object is for, whether custom or service.Constructors in com.oracle.bmc.logging.model with parameters of type Log.LogType Constructor Description Log(String id, String tenancyId, String logGroupId, String displayName, Log.LogType logType, Boolean isEnabled, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Configuration configuration, LogLifecycleState lifecycleState, Date timeCreated, Date timeLastModified, Integer retentionDuration, String compartmentId)
Deprecated.
-