Uses of Class
software.amazon.awssdk.services.waf.model.RegexPatternSet
-
Packages that use RegexPatternSet Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RegexPatternSet in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RegexPatternSet Modifier and Type Method Description RegexPatternSetCreateRegexPatternSetResponse. regexPatternSet()A RegexPatternSet that contains no objects.RegexPatternSetGetRegexPatternSetResponse. regexPatternSet()Information about the RegexPatternSet that you specified in theGetRegexPatternSetrequest, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.Methods in software.amazon.awssdk.services.waf.model with parameters of type RegexPatternSet Modifier and Type Method Description CreateRegexPatternSetResponse.BuilderCreateRegexPatternSetResponse.Builder. regexPatternSet(RegexPatternSet regexPatternSet)A RegexPatternSet that contains no objects.GetRegexPatternSetResponse.BuilderGetRegexPatternSetResponse.Builder. regexPatternSet(RegexPatternSet regexPatternSet)Information about the RegexPatternSet that you specified in theGetRegexPatternSetrequest, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
-