Uses of Class
software.amazon.awssdk.services.wafv2.model.UpdateRegexPatternSetResponse
-
Packages that use UpdateRegexPatternSetResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of UpdateRegexPatternSetResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return UpdateRegexPatternSetResponse Modifier and Type Method Description default UpdateRegexPatternSetResponseWafv2Client. updateRegexPatternSet(Consumer<UpdateRegexPatternSetRequest.Builder> updateRegexPatternSetRequest)Updates the specified RegexPatternSet.default UpdateRegexPatternSetResponseWafv2Client. updateRegexPatternSet(UpdateRegexPatternSetRequest updateRegexPatternSetRequest)Updates the specified RegexPatternSet.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type UpdateRegexPatternSetResponse Modifier and Type Method Description default CompletableFuture<UpdateRegexPatternSetResponse>Wafv2AsyncClient. updateRegexPatternSet(Consumer<UpdateRegexPatternSetRequest.Builder> updateRegexPatternSetRequest)Updates the specified RegexPatternSet.default CompletableFuture<UpdateRegexPatternSetResponse>Wafv2AsyncClient. updateRegexPatternSet(UpdateRegexPatternSetRequest updateRegexPatternSetRequest)Updates the specified RegexPatternSet.
-