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 SizeConstraintSetUpdateSizeConstraintSetUpdate. clone()SizeConstraintSetUpdateSizeConstraintSetUpdate. withAction(ChangeAction action)SizeConstraintSetUpdateSizeConstraintSetUpdate. withAction(String action)SizeConstraintSetUpdateSizeConstraintSetUpdate. 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 ofSizeConstraintSetUpdateobjects 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 UpdateSizeConstraintSetRequestUpdateSizeConstraintSetRequest. withUpdates(SizeConstraintSetUpdate... updates)An array ofSizeConstraintSetUpdateobjects 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 voidUpdateSizeConstraintSetRequest. setUpdates(Collection<SizeConstraintSetUpdate> updates)An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.UpdateSizeConstraintSetRequestUpdateSizeConstraintSetRequest. withUpdates(Collection<SizeConstraintSetUpdate> updates)An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.
-