Uses of Class
com.amazonaws.services.waf.model.XssMatchSetSummary
Packages that use XssMatchSetSummary
-
Uses of XssMatchSetSummary in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchSetSummaryModifier and TypeMethodDescriptionXssMatchSetSummary.clone()The name of theXssMatchSet, if any, specified byId.XssMatchSetSummary.withXssMatchSetId(String xssMatchSetId) A unique identifier for anXssMatchSet.Methods in com.amazonaws.services.waf.model that return types with arguments of type XssMatchSetSummaryModifier and TypeMethodDescriptionListXssMatchSetsResult.getXssMatchSets()An array of XssMatchSetSummary objects.Methods in com.amazonaws.services.waf.model with parameters of type XssMatchSetSummaryModifier and TypeMethodDescriptionListXssMatchSetsResult.withXssMatchSets(XssMatchSetSummary... xssMatchSets) An array of XssMatchSetSummary objects.Method parameters in com.amazonaws.services.waf.model with type arguments of type XssMatchSetSummaryModifier and TypeMethodDescriptionvoidListXssMatchSetsResult.setXssMatchSets(Collection<XssMatchSetSummary> xssMatchSets) An array of XssMatchSetSummary objects.ListXssMatchSetsResult.withXssMatchSets(Collection<XssMatchSetSummary> xssMatchSets) An array of XssMatchSetSummary objects.