| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ByteMatchTuple |
ByteMatchSetUpdate.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.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.Builder |
ByteMatchSet.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.
|
| Modifier and Type | Method and Description |
|---|---|
ByteMatchSet.Builder |
ByteMatchSet.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.
|
Copyright © 2023. All rights reserved.