Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SqlInjectionMatchSetUpdate> |
UpdateSqlInjectionMatchSetRequest.updates
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.clone() |
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(ChangeAction action)
|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(java.lang.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 |
---|---|
java.util.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(java.util.Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
UpdateSqlInjectionMatchSetRequest |
UpdateSqlInjectionMatchSetRequest.withUpdates(java.util.Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SqlInjectionMatchSetUpdateJsonMarshaller.marshall(SqlInjectionMatchSetUpdate sqlInjectionMatchSetUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|