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