Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
SizeConstraint |
SizeConstraint.clone() |
SizeConstraint |
SizeConstraintSetUpdate.getSizeConstraint()
Specifies a constraint on the size of a part of the web request.
|
SizeConstraint |
SizeConstraint.withComparisonOperator(ComparisonOperator comparisonOperator)
The type of comparison you want AWS WAF to perform.
|
SizeConstraint |
SizeConstraint.withComparisonOperator(String comparisonOperator)
The type of comparison you want AWS WAF to perform.
|
SizeConstraint |
SizeConstraint.withFieldToMatch(FieldToMatch fieldToMatch) |
SizeConstraint |
SizeConstraint.withSize(Long size)
The size in bytes that you want AWS WAF to compare against the size of
the specified
FieldToMatch . |
SizeConstraint |
SizeConstraint.withTextTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
SizeConstraint |
SizeConstraint.withTextTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that
attackers use in web requests in an effort to bypass AWS WAF.
|
Modifier and Type | Method and Description |
---|---|
List<SizeConstraint> |
SizeConstraintSet.getSizeConstraints()
Specifies the parts of web requests that you want to inspect the size of.
|
Modifier and Type | Method and Description |
---|---|
void |
SizeConstraintSetUpdate.setSizeConstraint(SizeConstraint sizeConstraint)
Specifies a constraint on the size of a part of the web request.
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withSizeConstraint(SizeConstraint sizeConstraint)
Specifies a constraint on the size of a part of the web request.
|
SizeConstraintSet |
SizeConstraintSet.withSizeConstraints(SizeConstraint... sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
|
Modifier and Type | Method and Description |
---|---|
void |
SizeConstraintSet.setSizeConstraints(Collection<SizeConstraint> sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
|
SizeConstraintSet |
SizeConstraintSet.withSizeConstraints(Collection<SizeConstraint> sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
|
Copyright © 2018. All rights reserved.