@Generated(value="software.amazon.awssdk:codegen") 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 |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static TemporalFilterStrength |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TemporalFilterStrength> |
knownValues()
|
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 final TemporalFilterStrength UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<TemporalFilterStrength> 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 TemporalFilterStrengthsCopyright © 2022. All rights reserved.