Uses of Class
com.amazonaws.services.waf.model.FieldToMatch
-
Packages that use FieldToMatch Package Description com.amazonaws.services.waf.model -
-
Uses of FieldToMatch in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return FieldToMatch Modifier and Type Method Description FieldToMatchFieldToMatch. clone()FieldToMatchByteMatchTuple. getFieldToMatch()The part of a web request that you want AWS WAF to search, such as a specified header or a query string.FieldToMatchSizeConstraint. getFieldToMatch()FieldToMatchSqlInjectionMatchTuple. getFieldToMatch()FieldToMatchXssMatchTuple. getFieldToMatch()FieldToMatchFieldToMatch. withData(String data)When the value ofTypeisHEADER, enter the name of the header that you want AWS WAF to search, for example,User-AgentorReferer.FieldToMatchFieldToMatch. withType(MatchFieldType type)The part of the web request that you want AWS WAF to search for a specified string.FieldToMatchFieldToMatch. withType(String type)The part of the web request that you want AWS WAF to search for a specified string.Methods in com.amazonaws.services.waf.model with parameters of type FieldToMatch Modifier and Type Method Description voidByteMatchTuple. setFieldToMatch(FieldToMatch fieldToMatch)The part of a web request that you want AWS WAF to search, such as a specified header or a query string.voidSizeConstraint. setFieldToMatch(FieldToMatch fieldToMatch)voidSqlInjectionMatchTuple. setFieldToMatch(FieldToMatch fieldToMatch)voidXssMatchTuple. setFieldToMatch(FieldToMatch fieldToMatch)ByteMatchTupleByteMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)The part of a web request that you want AWS WAF to search, such as a specified header or a query string.SizeConstraintSizeConstraint. withFieldToMatch(FieldToMatch fieldToMatch)SqlInjectionMatchTupleSqlInjectionMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)XssMatchTupleXssMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)
-