Uses of Class
software.amazon.awssdk.services.waf.model.DeleteSqlInjectionMatchSetResponse
-
Packages that use DeleteSqlInjectionMatchSetResponse Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.regional -
-
Uses of DeleteSqlInjectionMatchSetResponse in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf that return DeleteSqlInjectionMatchSetResponse Modifier and Type Method Description default DeleteSqlInjectionMatchSetResponseWafClient. deleteSqlInjectionMatchSet(Consumer<DeleteSqlInjectionMatchSetRequest.Builder> deleteSqlInjectionMatchSetRequest)default DeleteSqlInjectionMatchSetResponseWafClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest)Methods in software.amazon.awssdk.services.waf that return types with arguments of type DeleteSqlInjectionMatchSetResponse Modifier and Type Method Description default CompletableFuture<DeleteSqlInjectionMatchSetResponse>WafAsyncClient. deleteSqlInjectionMatchSet(Consumer<DeleteSqlInjectionMatchSetRequest.Builder> deleteSqlInjectionMatchSetRequest)default CompletableFuture<DeleteSqlInjectionMatchSetResponse>WafAsyncClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest) -
Uses of DeleteSqlInjectionMatchSetResponse in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional that return DeleteSqlInjectionMatchSetResponse Modifier and Type Method Description default DeleteSqlInjectionMatchSetResponseWafRegionalClient. deleteSqlInjectionMatchSet(Consumer<DeleteSqlInjectionMatchSetRequest.Builder> deleteSqlInjectionMatchSetRequest)default DeleteSqlInjectionMatchSetResponseWafRegionalClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest)Methods in software.amazon.awssdk.services.waf.regional that return types with arguments of type DeleteSqlInjectionMatchSetResponse Modifier and Type Method Description default CompletableFuture<DeleteSqlInjectionMatchSetResponse>WafRegionalAsyncClient. deleteSqlInjectionMatchSet(Consumer<DeleteSqlInjectionMatchSetRequest.Builder> deleteSqlInjectionMatchSetRequest)default CompletableFuture<DeleteSqlInjectionMatchSetResponse>WafRegionalAsyncClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest)
-