| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
List<SizeConstraintSetUpdate> |
UpdateSizeConstraintSetRequest.updates()
An array of
SizeConstraintSetUpdate objects that you want to insert into or delete from a
SizeConstraintSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateSizeConstraintSetRequest.Builder |
UpdateSizeConstraintSetRequest.Builder.updates(SizeConstraintSetUpdate... updates)
An array of
SizeConstraintSetUpdate objects that you want to insert into or delete from a
SizeConstraintSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateSizeConstraintSetRequest.Builder |
UpdateSizeConstraintSetRequest.Builder.updates(Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to insert into or delete from a
SizeConstraintSet. |
Copyright © 2023. All rights reserved.