Uses of Class
software.amazon.awssdk.services.waf.model.ByteMatchTuple
-
Packages that use ByteMatchTuple Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ByteMatchTuple in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ByteMatchTuple Modifier and Type Method Description ByteMatchTupleByteMatchSetUpdate. 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.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ByteMatchTuple Modifier and Type Method Description List<ByteMatchTuple>ByteMatchSet. 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.Methods in software.amazon.awssdk.services.waf.model with parameters of type ByteMatchTuple Modifier and Type Method Description ByteMatchSetUpdate.BuilderByteMatchSetUpdate.Builder. byteMatchTuple(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.BuilderByteMatchSet.Builder. byteMatchTuples(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 software.amazon.awssdk.services.waf.model with type arguments of type ByteMatchTuple Modifier and Type Method Description ByteMatchSet.BuilderByteMatchSet.Builder. byteMatchTuples(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.
-