Uses of Interface
software.amazon.awssdk.services.waf.model.XssMatchSet.Builder
-
Packages that use XssMatchSet.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of XssMatchSet.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return XssMatchSet.Builder Modifier and Type Method Description static XssMatchSet.BuilderXssMatchSet. builder()XssMatchSet.BuilderXssMatchSet.Builder. name(String name)The name, if any, of theXssMatchSet.XssMatchSet.BuilderXssMatchSet. toBuilder()XssMatchSet.BuilderXssMatchSet.Builder. xssMatchSetId(String xssMatchSetId)A unique identifier for anXssMatchSet.XssMatchSet.BuilderXssMatchSet.Builder. xssMatchTuples(Collection<XssMatchTuple> xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.XssMatchSet.BuilderXssMatchSet.Builder. xssMatchTuples(Consumer<XssMatchTuple.Builder>... xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.XssMatchSet.BuilderXssMatchSet.Builder. xssMatchTuples(XssMatchTuple... xssMatchTuples)Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type XssMatchSet.Builder Modifier and Type Method Description static Class<? extends XssMatchSet.Builder>XssMatchSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type XssMatchSet.Builder Modifier and Type Method Description default CreateXssMatchSetResponse.BuilderCreateXssMatchSetResponse.Builder. xssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)An XssMatchSet.default GetXssMatchSetResponse.BuilderGetXssMatchSetResponse.Builder. xssMatchSet(Consumer<XssMatchSet.Builder> xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.
-