Uses of Class
com.amazonaws.services.waf.model.SizeConstraintSetSummary
Packages that use SizeConstraintSetSummary
-
Uses of SizeConstraintSetSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return SizeConstraintSetSummaryModifier and TypeMethodDescriptionSizeConstraintSetSummary.clone()The name of theSizeConstraintSet, if any.SizeConstraintSetSummary.withSizeConstraintSetId(String sizeConstraintSetId) A unique identifier for aSizeConstraintSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type SizeConstraintSetSummaryModifier and TypeMethodDescriptionListSizeConstraintSetsResult.getSizeConstraintSets()An array of SizeConstraintSetSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type SizeConstraintSetSummaryModifier and TypeMethodDescriptionListSizeConstraintSetsResult.withSizeConstraintSets(SizeConstraintSetSummary... sizeConstraintSets) An array of SizeConstraintSetSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type SizeConstraintSetSummaryModifier and TypeMethodDescriptionvoidListSizeConstraintSetsResult.setSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets) An array of SizeConstraintSetSummary objects.ListSizeConstraintSetsResult.withSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets) An array of SizeConstraintSetSummary objects.