Uses of Class
com.amazonaws.services.waf.model.SizeConstraintSetUpdate
Packages that use SizeConstraintSetUpdate
-
Uses of SizeConstraintSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SizeConstraintSetUpdateModifier and TypeMethodDescriptionSizeConstraintSetUpdate.clone()
SizeConstraintSetUpdate.withAction
(ChangeAction action) SizeConstraintSetUpdate.withAction
(String action) 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 SizeConstraintSetUpdateModifier and TypeMethodDescriptionUpdateSizeConstraintSetRequest.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 SizeConstraintSetUpdateModifier and TypeMethodDescriptionUpdateSizeConstraintSetRequest.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 SizeConstraintSetUpdateModifier and TypeMethodDescriptionvoid
UpdateSizeConstraintSetRequest.setUpdates
(Collection<SizeConstraintSetUpdate> updates) An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet.UpdateSizeConstraintSetRequest.withUpdates
(Collection<SizeConstraintSetUpdate> updates) An array ofSizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet.