@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ParameterExceptionField extends Enum<ParameterExceptionField>
Modifier and Type | Method and Description |
---|---|
static ParameterExceptionField |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ParameterExceptionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterExceptionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterExceptionField CHANGE_ACTION
public static final ParameterExceptionField WAF_ACTION
public static final ParameterExceptionField PREDICATE_TYPE
public static final ParameterExceptionField IPSET_TYPE
public static final ParameterExceptionField BYTE_MATCH_FIELD_TYPE
public static final ParameterExceptionField SQL_INJECTION_MATCH_FIELD_TYPE
public static final ParameterExceptionField BYTE_MATCH_TEXT_TRANSFORMATION
public static final ParameterExceptionField BYTE_MATCH_POSITIONAL_CONSTRAINT
public static final ParameterExceptionField SIZE_CONSTRAINT_COMPARISON_OPERATOR
public static final ParameterExceptionField GEO_MATCH_LOCATION_TYPE
public static final ParameterExceptionField GEO_MATCH_LOCATION_VALUE
public static final ParameterExceptionField RATE_KEY
public static final ParameterExceptionField RULE_TYPE
public static final ParameterExceptionField NEXT_MARKER
public static ParameterExceptionField[] values()
for (ParameterExceptionField c : ParameterExceptionField.values()) System.out.println(c);
public static ParameterExceptionField 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<ParameterExceptionField>
public static ParameterExceptionField fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.