| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ByteMatchStatement |
ByteMatchStatement.clone() |
ByteMatchStatement |
Statement.getByteMatchStatement()
A rule statement that defines a string match search for WAF to apply to web requests.
|
ByteMatchStatement |
ByteMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of a web request that you want WAF to inspect.
|
ByteMatchStatement |
ByteMatchStatement.withPositionalConstraint(PositionalConstraint positionalConstraint)
The area within the portion of a web request that you want WAF to search for
SearchString. |
ByteMatchStatement |
ByteMatchStatement.withPositionalConstraint(String positionalConstraint)
The area within the portion of a web request that you want WAF to search for
SearchString. |
ByteMatchStatement |
ByteMatchStatement.withSearchString(ByteBuffer searchString)
A string value that you want WAF to search for.
|
ByteMatchStatement |
ByteMatchStatement.withTextTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
ByteMatchStatement |
ByteMatchStatement.withTextTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setByteMatchStatement(ByteMatchStatement byteMatchStatement)
A rule statement that defines a string match search for WAF to apply to web requests.
|
Statement |
Statement.withByteMatchStatement(ByteMatchStatement byteMatchStatement)
A rule statement that defines a string match search for WAF to apply to web requests.
|
Copyright © 2022. All rights reserved.