Uses of Class
software.amazon.awssdk.services.waf.model.DeleteSqlInjectionMatchSetRequest
-
-
Uses of DeleteSqlInjectionMatchSetRequest in software.amazon.awssdk.services.waf
Methods in software.amazon.awssdk.services.waf with parameters of type DeleteSqlInjectionMatchSetRequest Modifier and Type Method Description default CompletableFuture<DeleteSqlInjectionMatchSetResponse>WafAsyncClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest)default DeleteSqlInjectionMatchSetResponseWafClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest) -
Uses of DeleteSqlInjectionMatchSetRequest in software.amazon.awssdk.services.waf.regional
Methods in software.amazon.awssdk.services.waf.regional with parameters of type DeleteSqlInjectionMatchSetRequest Modifier and Type Method Description default CompletableFuture<DeleteSqlInjectionMatchSetResponse>WafRegionalAsyncClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest)default DeleteSqlInjectionMatchSetResponseWafRegionalClient. deleteSqlInjectionMatchSet(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest) -
Uses of DeleteSqlInjectionMatchSetRequest in software.amazon.awssdk.services.waf.regional.transform
Methods in software.amazon.awssdk.services.waf.regional.transform with parameters of type DeleteSqlInjectionMatchSetRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSqlInjectionMatchSetRequestMarshaller. marshall(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest) -
Uses of DeleteSqlInjectionMatchSetRequest in software.amazon.awssdk.services.waf.transform
Methods in software.amazon.awssdk.services.waf.transform with parameters of type DeleteSqlInjectionMatchSetRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSqlInjectionMatchSetRequestMarshaller. marshall(DeleteSqlInjectionMatchSetRequest deleteSqlInjectionMatchSetRequest)
-