Uses of Class
software.amazon.awssdk.services.waf.model.UpdateSqlInjectionMatchSetResponse
-
Packages that use UpdateSqlInjectionMatchSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of UpdateSqlInjectionMatchSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return UpdateSqlInjectionMatchSetResponse Modifier and Type Method Description default UpdateSqlInjectionMatchSetResponseWafClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)default UpdateSqlInjectionMatchSetResponseWafClient. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type UpdateSqlInjectionMatchSetResponse Modifier and Type Method Description default CompletableFuture<UpdateSqlInjectionMatchSetResponse>WafAsyncClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)default CompletableFuture<UpdateSqlInjectionMatchSetResponse>WafAsyncClient. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest) -
Uses of UpdateSqlInjectionMatchSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return UpdateSqlInjectionMatchSetResponse Modifier and Type Method Description default UpdateSqlInjectionMatchSetResponseWafRegionalClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)default UpdateSqlInjectionMatchSetResponseWafRegionalClient. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type UpdateSqlInjectionMatchSetResponse Modifier and Type Method Description default CompletableFuture<UpdateSqlInjectionMatchSetResponse>WafRegionalAsyncClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)default CompletableFuture<UpdateSqlInjectionMatchSetResponse>WafRegionalAsyncClient. updateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest updateSqlInjectionMatchSetRequest)
-