Uses of Class
software.amazon.awssdk.services.waf.model.SizeConstraint
-
Packages that use SizeConstraint Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SizeConstraint in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return SizeConstraint Modifier and Type Method Description SizeConstraintSizeConstraintSetUpdate. sizeConstraint()Specifies a constraint on the size of a part of the web request.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SizeConstraint Modifier and Type Method Description List<SizeConstraint>SizeConstraintSet. sizeConstraints()Specifies the parts of web requests that you want to inspect the size of.Methods in software.amazon.awssdk.services.waf.model with parameters of type SizeConstraint Modifier and Type Method Description SizeConstraintSetUpdate.BuilderSizeConstraintSetUpdate.Builder. sizeConstraint(SizeConstraint sizeConstraint)Specifies a constraint on the size of a part of the web request.SizeConstraintSet.BuilderSizeConstraintSet.Builder. sizeConstraints(SizeConstraint... sizeConstraints)Specifies the parts of web requests that you want to inspect the size of.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SizeConstraint Modifier and Type Method Description SizeConstraintSet.BuilderSizeConstraintSet.Builder. sizeConstraints(Collection<SizeConstraint> sizeConstraints)Specifies the parts of web requests that you want to inspect the size of.
-