Uses of Class
com.amazonaws.services.waf.model.SizeConstraint
-
Packages that use SizeConstraint Package Description com.amazonaws.services.waf.model -
-
Uses of SizeConstraint in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SizeConstraint Modifier and Type Method 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 specifiedFieldToMatch
.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.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.Methods in com.amazonaws.services.waf.model that return types with arguments of type SizeConstraint Modifier and Type Method Description List<SizeConstraint>
SizeConstraintSet. 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 SizeConstraint Modifier and Type Method 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.Method parameters in com.amazonaws.services.waf.model with type arguments of type SizeConstraint Modifier and Type Method 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.
-