@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TemporalFilterStrength extends Enum<TemporalFilterStrength>
Enum Constant and Description |
---|
AUTO |
STRENGTH_1 |
STRENGTH_10 |
STRENGTH_11 |
STRENGTH_12 |
STRENGTH_13 |
STRENGTH_14 |
STRENGTH_15 |
STRENGTH_16 |
STRENGTH_2 |
STRENGTH_3 |
STRENGTH_4 |
STRENGTH_5 |
STRENGTH_6 |
STRENGTH_7 |
STRENGTH_8 |
STRENGTH_9 |
Modifier and Type | Method and Description |
---|---|
static TemporalFilterStrength |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TemporalFilterStrength |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalFilterStrength[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporalFilterStrength AUTO
public static final TemporalFilterStrength STRENGTH_1
public static final TemporalFilterStrength STRENGTH_2
public static final TemporalFilterStrength STRENGTH_3
public static final TemporalFilterStrength STRENGTH_4
public static final TemporalFilterStrength STRENGTH_5
public static final TemporalFilterStrength STRENGTH_6
public static final TemporalFilterStrength STRENGTH_7
public static final TemporalFilterStrength STRENGTH_8
public static final TemporalFilterStrength STRENGTH_9
public static final TemporalFilterStrength STRENGTH_10
public static final TemporalFilterStrength STRENGTH_11
public static final TemporalFilterStrength STRENGTH_12
public static final TemporalFilterStrength STRENGTH_13
public static final TemporalFilterStrength STRENGTH_14
public static final TemporalFilterStrength STRENGTH_15
public static final TemporalFilterStrength STRENGTH_16
public static TemporalFilterStrength[] values()
for (TemporalFilterStrength c : TemporalFilterStrength.values()) System.out.println(c);
public static TemporalFilterStrength 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<TemporalFilterStrength>
public static TemporalFilterStrength fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.