static SizeConstraint.Builder |
SizeConstraint.builder() |
|
SizeConstraint.Builder |
SizeConstraint.Builder.comparisonOperator(String comparisonOperator) |
The type of comparison you want AWS WAF to perform.
|
SizeConstraint.Builder |
SizeConstraint.Builder.comparisonOperator(ComparisonOperator comparisonOperator) |
The type of comparison you want AWS WAF to perform.
|
default SizeConstraint.Builder |
SizeConstraint.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch) |
Specifies where in a web request to look for the size constraint.
|
SizeConstraint.Builder |
SizeConstraint.Builder.fieldToMatch(FieldToMatch fieldToMatch) |
Specifies where in a web request to look for the size constraint.
|
SizeConstraint.Builder |
SizeConstraint.Builder.size(Long size) |
The size in bytes that you want AWS WAF to compare against the size of the specified
FieldToMatch.
|
SizeConstraint.Builder |
SizeConstraint.Builder.textTransformation(String textTransformation) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
SizeConstraint.Builder |
SizeConstraint.Builder.textTransformation(TextTransformation textTransformation) |
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
SizeConstraint.Builder |
SizeConstraint.toBuilder() |
|