Uses of Class
com.amazonaws.services.waf.model.ByteMatchTuple
Packages that use ByteMatchTuple
-
Uses of ByteMatchTuple in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ByteMatchTupleModifier and TypeMethodDescriptionByteMatchTuple.clone()
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.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.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.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.withTargetString
(ByteBuffer targetString) The value that you want AWS WAF to search for.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.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 ByteMatchTupleModifier and TypeMethodDescriptionByteMatchSet.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 ByteMatchTupleModifier and TypeMethodDescriptionvoid
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.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.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 ByteMatchTupleModifier and TypeMethodDescriptionvoid
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.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.