Uses of Interface
software.amazon.awssdk.services.waf.model.CreateSqlInjectionMatchSetRequest.Builder
-
Packages that use CreateSqlInjectionMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of CreateSqlInjectionMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type CreateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSqlInjectionMatchSetResponse>WafAsyncClient. createSqlInjectionMatchSet(Consumer<CreateSqlInjectionMatchSetRequest.Builder> createSqlInjectionMatchSetRequest)default CreateSqlInjectionMatchSetResponseWafClient. createSqlInjectionMatchSet(Consumer<CreateSqlInjectionMatchSetRequest.Builder> createSqlInjectionMatchSetRequest) -
Uses of CreateSqlInjectionMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type CreateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends CreateSqlInjectionMatchSetRequest.Builder>CreateSqlInjectionMatchSetRequest. serializableBuilderClass() -
Uses of CreateSqlInjectionMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type CreateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSqlInjectionMatchSetResponse>WafRegionalAsyncClient. createSqlInjectionMatchSet(Consumer<CreateSqlInjectionMatchSetRequest.Builder> createSqlInjectionMatchSetRequest)default CreateSqlInjectionMatchSetResponseWafRegionalClient. createSqlInjectionMatchSet(Consumer<CreateSqlInjectionMatchSetRequest.Builder> createSqlInjectionMatchSetRequest)
-