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