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 MatchFieldTypeMatchFieldType. fromValue(String value)Use this in place of valueOf.static MatchFieldTypeMatchFieldType. 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 voidFieldToMatch. setType(MatchFieldType type)The part of the web request that you want AWS WAF to search for a specified string.FieldToMatchFieldToMatch. withType(MatchFieldType type)The part of the web request that you want AWS WAF to search for a specified string.
-