public enum ParameterExceptionField extends Enum<ParameterExceptionField>
| Enum Constant and Description |
|---|
BYTE_MATCH_FIELD_TYPE |
BYTE_MATCH_POSITIONAL_CONSTRAINT |
BYTE_MATCH_TEXT_TRANSFORMATION |
CHANGE_ACTION |
IPSET_TYPE |
PREDICATE_TYPE |
SQL_INJECTION_MATCH_FIELD_TYPE |
WAF_ACTION |
| 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 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 valueCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.