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 FieldToMatch
FieldToMatch. clone()
FieldToMatch
ByteMatchTuple. getFieldToMatch()
The part of a web request that you want AWS WAF to search, such as a specified header or a query string.FieldToMatch
SizeConstraint. getFieldToMatch()
FieldToMatch
SqlInjectionMatchTuple. getFieldToMatch()
FieldToMatch
XssMatchTuple. getFieldToMatch()
FieldToMatch
FieldToMatch. withData(String data)
When the value ofType
isHEADER
, enter the name of the header that you want AWS WAF to search, for example,User-Agent
orReferer
.FieldToMatch
FieldToMatch. withType(MatchFieldType type)
The part of the web request that you want AWS WAF to search for a specified string.FieldToMatch
FieldToMatch. 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 void
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
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
SizeConstraint. withFieldToMatch(FieldToMatch fieldToMatch)
SqlInjectionMatchTuple
SqlInjectionMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)
XssMatchTuple
XssMatchTuple. withFieldToMatch(FieldToMatch fieldToMatch)
-