Uses of Class
com.amazonaws.services.waf.model.ByteMatchTuple
-
Packages that use ByteMatchTuple Package Description com.amazonaws.services.waf.model -
-
Uses of ByteMatchTuple in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchTuple Modifier and Type Method Description ByteMatchTuple
ByteMatchTuple. clone()
ByteMatchTuple
ByteMatchSetUpdate. getByteMatchTuple()
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.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.ByteMatchTuple
ByteMatchTuple. withPositionalConstraint(PositionalConstraint positionalConstraint)
Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search.ByteMatchTuple
ByteMatchTuple. withPositionalConstraint(String positionalConstraint)
Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search.ByteMatchTuple
ByteMatchTuple. withTargetString(ByteBuffer targetString)
The value that you want AWS WAF to search for.ByteMatchTuple
ByteMatchTuple. withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.ByteMatchTuple
ByteMatchTuple. withTextTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF.Methods in com.amazonaws.services.waf.model that return types with arguments of type ByteMatchTuple Modifier and Type Method Description List<ByteMatchTuple>
ByteMatchSet. getByteMatchTuples()
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.Methods in com.amazonaws.services.waf.model with parameters of type ByteMatchTuple Modifier and Type Method Description void
ByteMatchSetUpdate. setByteMatchTuple(ByteMatchTuple byteMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.ByteMatchSetUpdate
ByteMatchSetUpdate. withByteMatchTuple(ByteMatchTuple byteMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for.ByteMatchSet
ByteMatchSet. withByteMatchTuples(ByteMatchTuple... byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.Method parameters in com.amazonaws.services.waf.model with type arguments of type ByteMatchTuple Modifier and Type Method Description void
ByteMatchSet. setByteMatchTuples(Collection<ByteMatchTuple> byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.ByteMatchSet
ByteMatchSet. withByteMatchTuples(Collection<ByteMatchTuple> byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
-