Uses of Class
com.amazonaws.services.waf.model.CreateSqlInjectionMatchSetResult
-
Packages that use CreateSqlInjectionMatchSetResult Package Description com.amazonaws.services.waf com.amazonaws.services.waf.model -
-
Uses of CreateSqlInjectionMatchSetResult in com.amazonaws.services.waf
Methods in com.amazonaws.services.waf that return CreateSqlInjectionMatchSetResult Modifier and Type Method Description CreateSqlInjectionMatchSetResult
AbstractAWSWAF. createSqlInjectionMatchSet(CreateSqlInjectionMatchSetRequest request)
CreateSqlInjectionMatchSetResult
AWSWAF. createSqlInjectionMatchSet(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest)
Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests.CreateSqlInjectionMatchSetResult
AWSWAFClient. createSqlInjectionMatchSet(CreateSqlInjectionMatchSetRequest createSqlInjectionMatchSetRequest)
Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. -
Uses of CreateSqlInjectionMatchSetResult in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return CreateSqlInjectionMatchSetResult Modifier and Type Method Description CreateSqlInjectionMatchSetResult
CreateSqlInjectionMatchSetResult. clone()
CreateSqlInjectionMatchSetResult
CreateSqlInjectionMatchSetResult. withChangeToken(String changeToken)
TheChangeToken
that you used to submit theCreateSqlInjectionMatchSet
request.CreateSqlInjectionMatchSetResult
CreateSqlInjectionMatchSetResult. withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
-