Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentSyslogParser.MessageFormat
-
Packages that use UnifiedAgentSyslogParser.MessageFormat Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentSyslogParser.MessageFormat in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UnifiedAgentSyslogParser.MessageFormat Modifier and Type Method Description static UnifiedAgentSyslogParser.MessageFormat
UnifiedAgentSyslogParser.MessageFormat. create(String key)
UnifiedAgentSyslogParser.MessageFormat
UnifiedAgentSyslogParser. getMessageFormat()
Syslog message format.static UnifiedAgentSyslogParser.MessageFormat
UnifiedAgentSyslogParser.MessageFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static UnifiedAgentSyslogParser.MessageFormat[]
UnifiedAgentSyslogParser.MessageFormat. 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 UnifiedAgentSyslogParser.MessageFormat Modifier and Type Method Description UnifiedAgentSyslogParser.Builder
UnifiedAgentSyslogParser.Builder. messageFormat(UnifiedAgentSyslogParser.MessageFormat messageFormat)
Syslog message format.Constructors in com.oracle.bmc.logging.model with parameters of type UnifiedAgentSyslogParser.MessageFormat Constructor Description UnifiedAgentSyslogParser(String fieldTimeKey, Map<String,String> types, String nullValuePattern, Boolean isNullEmptyString, Boolean isEstimateCurrentEvent, Boolean isKeepTimeKey, Integer timeoutInMilliseconds, String timeFormat, String rfc5424TimeFormat, UnifiedAgentSyslogParser.MessageFormat messageFormat, Boolean isWithPriority, Boolean isSupportColonlessIdent, UnifiedAgentSyslogParser.SyslogParserType syslogParserType)
Deprecated.
-