@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum IndicatorType extends Enum<IndicatorType>
Enum Constant and Description |
---|
FLAGGED_IP_ADDRESS |
IMPOSSIBLE_TRAVEL |
NEW_ASO |
NEW_GEOLOCATION |
NEW_USER_AGENT |
RELATED_FINDING |
RELATED_FINDING_GROUP |
TTP_OBSERVED |
Modifier and Type | Method and Description |
---|---|
static IndicatorType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static IndicatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndicatorType TTP_OBSERVED
public static final IndicatorType IMPOSSIBLE_TRAVEL
public static final IndicatorType FLAGGED_IP_ADDRESS
public static final IndicatorType NEW_GEOLOCATION
public static final IndicatorType NEW_ASO
public static final IndicatorType NEW_USER_AGENT
public static final IndicatorType RELATED_FINDING
public static final IndicatorType RELATED_FINDING_GROUP
public static IndicatorType[] values()
for (IndicatorType c : IndicatorType.values()) System.out.println(c);
public static IndicatorType 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<IndicatorType>
public static IndicatorType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.