Uses of Class
software.amazon.awssdk.services.wafv2.model.CreateRegexPatternSetResponse
-
Packages that use CreateRegexPatternSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of CreateRegexPatternSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return CreateRegexPatternSetResponse Modifier and Type Method Description default CreateRegexPatternSetResponseWafv2Client. createRegexPatternSet(Consumer<CreateRegexPatternSetRequest.Builder> createRegexPatternSetRequest)Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.default CreateRegexPatternSetResponseWafv2Client. createRegexPatternSet(CreateRegexPatternSetRequest createRegexPatternSetRequest)Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type CreateRegexPatternSetResponse Modifier and Type Method Description default CompletableFuture<CreateRegexPatternSetResponse>Wafv2AsyncClient. createRegexPatternSet(Consumer<CreateRegexPatternSetRequest.Builder> createRegexPatternSetRequest)Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.default CompletableFuture<CreateRegexPatternSetResponse>Wafv2AsyncClient. createRegexPatternSet(CreateRegexPatternSetRequest createRegexPatternSetRequest)Creates a RegexPatternSet, which you reference in a RegexPatternSetReferenceStatement, to have WAF inspect a web request component for the specified patterns.
-