Uses of Class
com.amazonaws.services.waf.model.XssMatchSetUpdate
-
Packages that use XssMatchSetUpdate Package Description com.amazonaws.services.waf.model -
-
Uses of XssMatchSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchSetUpdate Modifier and Type Method Description XssMatchSetUpdate
XssMatchSetUpdate. clone()
XssMatchSetUpdate
XssMatchSetUpdate. withAction(ChangeAction action)
XssMatchSetUpdate
XssMatchSetUpdate. withAction(String action)
XssMatchSetUpdate
XssMatchSetUpdate. withXssMatchTuple(XssMatchTuple xssMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.Methods in com.amazonaws.services.waf.model that return types with arguments of type XssMatchSetUpdate Modifier and Type Method Description List<XssMatchSetUpdate>
UpdateXssMatchSetRequest. getUpdates()
An array ofXssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet.Methods in com.amazonaws.services.waf.model with parameters of type XssMatchSetUpdate Modifier and Type Method Description UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. withUpdates(XssMatchSetUpdate... updates)
An array ofXssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet.Method parameters in com.amazonaws.services.waf.model with type arguments of type XssMatchSetUpdate Modifier and Type Method Description void
UpdateXssMatchSetRequest. setUpdates(Collection<XssMatchSetUpdate> updates)
An array ofXssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequest
UpdateXssMatchSetRequest. withUpdates(Collection<XssMatchSetUpdate> updates)
An array ofXssMatchSetUpdate
objects that you want to insert into or delete from a XssMatchSet.
-