Uses of Class
software.amazon.awssdk.services.waf.model.SizeConstraintSet
-
Packages that use SizeConstraintSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SizeConstraintSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return SizeConstraintSet Modifier and Type Method Description SizeConstraintSetCreateSizeConstraintSetResponse. sizeConstraintSet()A SizeConstraintSet that contains noSizeConstraintobjects.SizeConstraintSetGetSizeConstraintSetResponse. sizeConstraintSet()Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type SizeConstraintSet Modifier and Type Method Description CreateSizeConstraintSetResponse.BuilderCreateSizeConstraintSetResponse.Builder. sizeConstraintSet(SizeConstraintSet sizeConstraintSet)A SizeConstraintSet that contains noSizeConstraintobjects.GetSizeConstraintSetResponse.BuilderGetSizeConstraintSetResponse.Builder. sizeConstraintSet(SizeConstraintSet sizeConstraintSet)Information about the SizeConstraintSet that you specified in theGetSizeConstraintSetrequest.
-