Uses of Class
software.amazon.awssdk.services.wafv2.model.SizeConstraintStatement
-
Packages that use SizeConstraintStatement Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of SizeConstraintStatement in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return SizeConstraintStatement Modifier and Type Method Description SizeConstraintStatementStatement. sizeConstraintStatement()A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<).Methods in software.amazon.awssdk.services.wafv2.model with parameters of type SizeConstraintStatement Modifier and Type Method Description Statement.BuilderStatement.Builder. sizeConstraintStatement(SizeConstraintStatement sizeConstraintStatement)A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<).
-