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 XssMatchSetUpdateXssMatchSetUpdate. clone()XssMatchSetUpdateXssMatchSetUpdate. withAction(ChangeAction action)XssMatchSetUpdateXssMatchSetUpdate. withAction(String action)XssMatchSetUpdateXssMatchSetUpdate. 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 ofXssMatchSetUpdateobjects 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 UpdateXssMatchSetRequestUpdateXssMatchSetRequest. withUpdates(XssMatchSetUpdate... updates)An array ofXssMatchSetUpdateobjects 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 voidUpdateXssMatchSetRequest. setUpdates(Collection<XssMatchSetUpdate> updates)An array ofXssMatchSetUpdateobjects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequestUpdateXssMatchSetRequest. withUpdates(Collection<XssMatchSetUpdate> updates)An array ofXssMatchSetUpdateobjects that you want to insert into or delete from a XssMatchSet.
-