Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
static MatchFieldType |
MatchFieldType.fromValue(String value)
Use this in place of valueOf.
|
static MatchFieldType |
MatchFieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchFieldType[] |
MatchFieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldToMatch.setType(MatchFieldType type)
The part of the web request that you want AWS WAF to search for a
specified string.
|
FieldToMatch |
FieldToMatch.withType(MatchFieldType type)
The part of the web request that you want AWS WAF to search for a
specified string.
|
Copyright © 2018. All rights reserved.