Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.clone() |
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(ChangeAction action)
|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(String action)
|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withSqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for
snippets of malicious SQL code and, if you want AWS WAF to inspect a
header, the name of the header.
|
Modifier and Type | Method and Description |
---|---|
List<SqlInjectionMatchSetUpdate> |
UpdateSqlInjectionMatchSetRequest.getUpdates()
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
Modifier and Type | Method and Description |
---|---|
UpdateSqlInjectionMatchSetRequest |
UpdateSqlInjectionMatchSetRequest.withUpdates(SqlInjectionMatchSetUpdate... updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateSqlInjectionMatchSetRequest.setUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
UpdateSqlInjectionMatchSetRequest |
UpdateSqlInjectionMatchSetRequest.withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
Copyright © 2018. All rights reserved.