Uses of Class
com.amazonaws.services.waf.model.XssMatchSetUpdate
Packages that use XssMatchSetUpdate
-
Uses of XssMatchSetUpdate in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return XssMatchSetUpdateModifier and TypeMethodDescriptionXssMatchSetUpdate.clone()XssMatchSetUpdate.withAction(ChangeAction action) XssMatchSetUpdate.withAction(String action) 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 XssMatchSetUpdateModifier and TypeMethodDescriptionUpdateXssMatchSetRequest.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 XssMatchSetUpdateModifier and TypeMethodDescriptionUpdateXssMatchSetRequest.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 XssMatchSetUpdateModifier and TypeMethodDescriptionvoidUpdateXssMatchSetRequest.setUpdates(Collection<XssMatchSetUpdate> updates) An array ofXssMatchSetUpdateobjects that you want to insert into or delete from a XssMatchSet.UpdateXssMatchSetRequest.withUpdates(Collection<XssMatchSetUpdate> updates) An array ofXssMatchSetUpdateobjects that you want to insert into or delete from a XssMatchSet.