Uses of Class
software.amazon.awssdk.services.waf.model.XssMatchSet
-
Packages that use XssMatchSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of XssMatchSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return XssMatchSet Modifier and Type Method Description XssMatchSetCreateXssMatchSetResponse. xssMatchSet()An XssMatchSet.XssMatchSetGetXssMatchSetResponse. xssMatchSet()Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type XssMatchSet Modifier and Type Method Description CreateXssMatchSetResponse.BuilderCreateXssMatchSetResponse.Builder. xssMatchSet(XssMatchSet xssMatchSet)An XssMatchSet.GetXssMatchSetResponse.BuilderGetXssMatchSetResponse.Builder. xssMatchSet(XssMatchSet xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.
-