Uses of Class
com.amazonaws.services.waf.model.MatchFieldType
-
Packages that use MatchFieldType Package Description com.amazonaws.services.waf.model -
-
Uses of MatchFieldType in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return MatchFieldType Modifier and Type Method 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.Methods in com.amazonaws.services.waf.model with parameters of type MatchFieldType Modifier and Type Method 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.
-