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(String positionalConstraint) |
The area within the portion of the web request that you want WAF to search for SearchString.
|
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.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() |
|