@Generated(value="software.amazon.awssdk:codegen") 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 |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static LogAnomalyType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<LogAnomalyType> |
knownValues()
|
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 final LogAnomalyType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<LogAnomalyType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known LogAnomalyTypesCopyright © 2023. All rights reserved.