| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ByteMatchStatement.Builder |
ByteMatchStatement.builder() |
default ByteMatchStatement.Builder |
ByteMatchStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.positionalConstraint(PositionalConstraint positionalConstraint)
The area within the portion of the web request that you want WAF to search for
SearchString. |
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.positionalConstraint(String positionalConstraint)
The area within the portion of the web request that you want WAF to search for
SearchString. |
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.searchString(SdkBytes searchString)
A string value that you want WAF to search for.
|
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.textTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.textTransformations(Consumer<TextTransformation.Builder>... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
ByteMatchStatement.Builder |
ByteMatchStatement.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
ByteMatchStatement.Builder |
ByteMatchStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ByteMatchStatement.Builder> |
ByteMatchStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.byteMatchStatement(Consumer<ByteMatchStatement.Builder> byteMatchStatement)
A rule statement that defines a string match search for WAF to apply to web requests.
|
Copyright © 2023. All rights reserved.