@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum LogAnomalyType extends Enum<LogAnomalyType>
Enum Constant and Description |
---|
BLOCK_FORMAT |
FORMAT |
HTTP_CODE |
KEYWORD |
KEYWORD_TOKEN |
NEW_FIELD_NAME |
NUMERICAL_NAN |
NUMERICAL_POINT |
Modifier and Type | Method and Description |
---|---|
static LogAnomalyType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static LogAnomalyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnomalyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAnomalyType KEYWORD
public static final LogAnomalyType KEYWORD_TOKEN
public static final LogAnomalyType FORMAT
public static final LogAnomalyType HTTP_CODE
public static final LogAnomalyType BLOCK_FORMAT
public static final LogAnomalyType NUMERICAL_POINT
public static final LogAnomalyType NUMERICAL_NAN
public static final LogAnomalyType NEW_FIELD_NAME
public static LogAnomalyType[] values()
for (LogAnomalyType c : LogAnomalyType.values()) System.out.println(c);
public static LogAnomalyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<LogAnomalyType>
public static LogAnomalyType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.