Uses of Class
software.amazon.awssdk.services.waf.model.RegexMatchSet
-
Packages that use RegexMatchSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RegexMatchSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RegexMatchSet Modifier and Type Method Description RegexMatchSetCreateRegexMatchSetResponse. regexMatchSet()A RegexMatchSet that contains noRegexMatchTupleobjects.RegexMatchSetGetRegexMatchSetResponse. regexMatchSet()Information about the RegexMatchSet that you specified in theGetRegexMatchSetrequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type RegexMatchSet Modifier and Type Method Description CreateRegexMatchSetResponse.BuilderCreateRegexMatchSetResponse.Builder. regexMatchSet(RegexMatchSet regexMatchSet)A RegexMatchSet that contains noRegexMatchTupleobjects.GetRegexMatchSetResponse.BuilderGetRegexMatchSetResponse.Builder. regexMatchSet(RegexMatchSet regexMatchSet)Information about the RegexMatchSet that you specified in theGetRegexMatchSetrequest.
-