Uses of Class
software.amazon.awssdk.services.waf.model.SizeConstraintSetSummary
-
Packages that use SizeConstraintSetSummary Package Description software.amazon.awssdk.services.waf.model -
-
Uses of SizeConstraintSetSummary in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type SizeConstraintSetSummary Modifier and Type Method Description List<SizeConstraintSetSummary>ListSizeConstraintSetsResponse. sizeConstraintSets()An array of SizeConstraintSetSummary objects.Methods in software.amazon.awssdk.services.waf.model with parameters of type SizeConstraintSetSummary Modifier and Type Method Description ListSizeConstraintSetsResponse.BuilderListSizeConstraintSetsResponse.Builder. sizeConstraintSets(SizeConstraintSetSummary... sizeConstraintSets)An array of SizeConstraintSetSummary objects.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type SizeConstraintSetSummary Modifier and Type Method Description ListSizeConstraintSetsResponse.BuilderListSizeConstraintSetsResponse.Builder. sizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets)An array of SizeConstraintSetSummary objects.
-