Uses of Class
software.amazon.awssdk.services.waf.model.SizeConstraintSetUpdate
-
Packages that use SizeConstraintSetUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SizeConstraintSetUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SizeConstraintSetUpdate Modifier and Type Method Description List<SizeConstraintSetUpdate>UpdateSizeConstraintSetRequest. updates()An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.Methods in software.amazon.awssdk.services.waf.model with parameters of type SizeConstraintSetUpdate Modifier and Type Method Description UpdateSizeConstraintSetRequest.BuilderUpdateSizeConstraintSetRequest.Builder. updates(SizeConstraintSetUpdate... updates)An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SizeConstraintSetUpdate Modifier and Type Method Description UpdateSizeConstraintSetRequest.BuilderUpdateSizeConstraintSetRequest.Builder. updates(Collection<SizeConstraintSetUpdate> updates)An array ofSizeConstraintSetUpdateobjects that you want to insert into or delete from a SizeConstraintSet.
-