Uses of Class
com.amazonaws.services.waf.model.FieldToMatch
Packages that use FieldToMatch
-
Uses of FieldToMatch in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return FieldToMatchModifier and TypeMethodDescriptionFieldToMatch.clone()
ByteMatchTuple.getFieldToMatch()
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.SizeConstraint.getFieldToMatch()
SqlInjectionMatchTuple.getFieldToMatch()
XssMatchTuple.getFieldToMatch()
When the value ofType
isHEADER
, enter the name of the header that you want AWS WAF to search, for example,User-Agent
orReferer
.FieldToMatch.withType
(MatchFieldType type) The part of the web request that you want AWS WAF to search for a specified string.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 FieldToMatchModifier and TypeMethodDescriptionvoid
ByteMatchTuple.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.void
SizeConstraint.setFieldToMatch
(FieldToMatch fieldToMatch) void
SqlInjectionMatchTuple.setFieldToMatch
(FieldToMatch fieldToMatch) void
XssMatchTuple.setFieldToMatch
(FieldToMatch fieldToMatch) ByteMatchTuple.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.SizeConstraint.withFieldToMatch
(FieldToMatch fieldToMatch) SqlInjectionMatchTuple.withFieldToMatch
(FieldToMatch fieldToMatch) XssMatchTuple.withFieldToMatch
(FieldToMatch fieldToMatch)