Uses of Interface
software.amazon.awssdk.services.waf.model.GetRegexPatternSetResponse.Builder
-
Packages that use GetRegexPatternSetResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of GetRegexPatternSetResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetRegexPatternSetResponse.Builder Modifier and Type Method Description static GetRegexPatternSetResponse.BuilderGetRegexPatternSetResponse. builder()default GetRegexPatternSetResponse.BuilderGetRegexPatternSetResponse.Builder. regexPatternSet(Consumer<RegexPatternSet.Builder> 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.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.GetRegexPatternSetResponse.BuilderGetRegexPatternSetResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetRegexPatternSetResponse.Builder Modifier and Type Method Description static Class<? extends GetRegexPatternSetResponse.Builder>GetRegexPatternSetResponse. serializableBuilderClass()
-