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 XssMatchSetSummary
XssMatchSetSummary. clone()
XssMatchSetSummary
XssMatchSetSummary. withName(String name)
The name of theXssMatchSet
, if any, specified byId
.XssMatchSetSummary
XssMatchSetSummary. 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 ListXssMatchSetsResult
ListXssMatchSetsResult. 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 void
ListXssMatchSetsResult. setXssMatchSets(Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.ListXssMatchSetsResult
ListXssMatchSetsResult. withXssMatchSets(Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
-