Uses of Class
com.amazonaws.services.waf.model.SizeConstraintSetUpdate
-
Packages that use SizeConstraintSetUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of SizeConstraintSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SizeConstraintSetUpdate Modifier and Type Method 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.Methods in com.amazonaws.services.waf.model that return types with arguments of type SizeConstraintSetUpdate Modifier and Type Method Description List<SizeConstraintSetUpdate>
UpdateSizeConstraintSetRequest. getUpdates()
An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet.Methods in com.amazonaws.services.waf.model with parameters of type SizeConstraintSetUpdate Modifier and Type Method Description UpdateSizeConstraintSetRequest
UpdateSizeConstraintSetRequest. withUpdates(SizeConstraintSetUpdate... updates)
An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet.Method parameters in com.amazonaws.services.waf.model with type arguments of type SizeConstraintSetUpdate Modifier and Type Method Description void
UpdateSizeConstraintSetRequest. setUpdates(Collection<SizeConstraintSetUpdate> updates)
An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet.UpdateSizeConstraintSetRequest
UpdateSizeConstraintSetRequest. withUpdates(Collection<SizeConstraintSetUpdate> updates)
An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet.
-