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 ofTypeisHEADER, enter the name of the header that you want AWS WAF to search, for example,User-AgentorReferer.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 TypeMethodDescriptionvoidByteMatchTuple.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) 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)