Uses of Class
com.amazonaws.services.waf.model.SizeConstraint
Packages that use SizeConstraint
-
Uses of SizeConstraint in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SizeConstraintModifier and TypeMethodDescriptionSizeConstraint.clone()
SizeConstraintSetUpdate.getSizeConstraint()
Specifies a constraint on the size of a part of the web request.SizeConstraint.withComparisonOperator
(ComparisonOperator comparisonOperator) The type of comparison you want AWS WAF to perform.SizeConstraint.withComparisonOperator
(String comparisonOperator) The type of comparison you want AWS WAF to perform.SizeConstraint.withFieldToMatch
(FieldToMatch fieldToMatch) The size in bytes that you want AWS WAF to compare against the size of the specifiedFieldToMatch
.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.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.Methods in com.amazonaws.services.waf.model that return types with arguments of type SizeConstraintModifier and TypeMethodDescriptionSizeConstraintSet.getSizeConstraints()
Specifies the parts of web requests that you want to inspect the size of.Methods in com.amazonaws.services.waf.model with parameters of type SizeConstraintModifier and TypeMethodDescriptionvoid
SizeConstraintSetUpdate.setSizeConstraint
(SizeConstraint sizeConstraint) Specifies a constraint on the size of a part of the web request.SizeConstraintSetUpdate.withSizeConstraint
(SizeConstraint sizeConstraint) Specifies a constraint on the size of a part of the web request.SizeConstraintSet.withSizeConstraints
(SizeConstraint... sizeConstraints) Specifies the parts of web requests that you want to inspect the size of.Method parameters in com.amazonaws.services.waf.model with type arguments of type SizeConstraintModifier and TypeMethodDescriptionvoid
SizeConstraintSet.setSizeConstraints
(Collection<SizeConstraint> sizeConstraints) Specifies the parts of web requests that you want to inspect the size of.SizeConstraintSet.withSizeConstraints
(Collection<SizeConstraint> sizeConstraints) Specifies the parts of web requests that you want to inspect the size of.