| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and 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(String 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(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass AWS WAF.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.