Uses of Class
software.amazon.awssdk.services.waf.model.XssMatchSetUpdate
-
Packages that use XssMatchSetUpdate Package Description software.amazon.awssdk.services.waf.model -
-
Uses of XssMatchSetUpdate in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type XssMatchSetUpdate Modifier and Type Method Description List<XssMatchSetUpdate>UpdateXssMatchSetRequest. updates()An array ofXssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet.Methods in software.amazon.awssdk.services.waf.model with parameters of type XssMatchSetUpdate Modifier and Type Method Description UpdateXssMatchSetRequest.BuilderUpdateXssMatchSetRequest.Builder. updates(XssMatchSetUpdate... updates)An array ofXssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet.Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type XssMatchSetUpdate Modifier and Type Method Description UpdateXssMatchSetRequest.BuilderUpdateXssMatchSetRequest.Builder. updates(Collection<XssMatchSetUpdate> updates)An array ofXssMatchSetUpdateobjects that you want to insert into or delete from an XssMatchSet.
-