| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
SizeConstraint |
SizeConstraintSetUpdate.sizeConstraint()
Specifies a constraint on the size of a part of the web request.
|
| Modifier and Type | Method and Description |
|---|---|
List<SizeConstraint> |
SizeConstraintSet.sizeConstraints()
Specifies the parts of web requests that you want to inspect the size of.
|
| Modifier and Type | Method and Description |
|---|---|
SizeConstraintSetUpdate.Builder |
SizeConstraintSetUpdate.Builder.sizeConstraint(SizeConstraint sizeConstraint)
Specifies a constraint on the size of a part of the web request.
|
SizeConstraintSet.Builder |
SizeConstraintSet.Builder.sizeConstraints(SizeConstraint... sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
|
| Modifier and Type | Method and Description |
|---|---|
SizeConstraintSet.Builder |
SizeConstraintSet.Builder.sizeConstraints(Collection<SizeConstraint> sizeConstraints)
Specifies the parts of web requests that you want to inspect the size of.
|
Copyright © 2023. All rights reserved.