| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SizeConstraintStatement.Builder |
SizeConstraintStatement.builder() |
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.comparisonOperator(ComparisonOperator comparisonOperator)
The operator to use to compare the request part to the size setting.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.comparisonOperator(String comparisonOperator)
The operator to use to compare the request part to the size setting.
|
default SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.size(Long size)
The size, in byte, to compare to the request part, after any transformations.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.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.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.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.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SizeConstraintStatement.Builder |
SizeConstraintStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SizeConstraintStatement.Builder> |
SizeConstraintStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.sizeConstraintStatement(Consumer<SizeConstraintStatement.Builder> sizeConstraintStatement)
A rule statement that compares a number of bytes against the size of a request component, using a comparison
operator, such as greater than (>) or less than (<).
|
Copyright © 2023. All rights reserved.