Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.clone() |
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(ChangeAction action)
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(String action)
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withSizeConstraint(SizeConstraint sizeConstraint)
Specifies a constraint on the size of a part of the web request.
|
Modifier and Type | Method and Description |
---|---|
List<SizeConstraintSetUpdate> |
UpdateSizeConstraintSetRequest.getUpdates()
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Modifier and Type | Method and Description |
---|---|
UpdateSizeConstraintSetRequest |
UpdateSizeConstraintSetRequest.withUpdates(SizeConstraintSetUpdate... updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateSizeConstraintSetRequest.setUpdates(Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
UpdateSizeConstraintSetRequest |
UpdateSizeConstraintSetRequest.withUpdates(Collection<SizeConstraintSetUpdate> updates)
An array of
SizeConstraintSetUpdate objects that you want to
insert into or delete from a SizeConstraintSet. |
Copyright © 2018. All rights reserved.