Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private SqlInjectionMatchSet |
GetSqlInjectionMatchSetResult.sqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
private SqlInjectionMatchSet |
CreateSqlInjectionMatchSetResult.sqlInjectionMatchSet
|
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSet |
SqlInjectionMatchSet.clone() |
SqlInjectionMatchSet |
GetSqlInjectionMatchSetResult.getSqlInjectionMatchSet()
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
SqlInjectionMatchSet |
CreateSqlInjectionMatchSetResult.getSqlInjectionMatchSet()
|
SqlInjectionMatchSet |
SqlInjectionMatchSet.withName(java.lang.String name)
The name, if any, of the
SqlInjectionMatchSet . |
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
A unique identifier for a
SqlInjectionMatchSet . |
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchTuples(java.util.Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchTuples(SqlInjectionMatchTuple... sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets
of malicious SQL code.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSqlInjectionMatchSetResult.setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
void |
CreateSqlInjectionMatchSetResult.setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
|
GetSqlInjectionMatchSetResult |
GetSqlInjectionMatchSetResult.withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
CreateSqlInjectionMatchSetResult |
CreateSqlInjectionMatchSetResult.withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
|
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSet |
SqlInjectionMatchSetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SqlInjectionMatchSetJsonMarshaller.marshall(SqlInjectionMatchSet sqlInjectionMatchSet,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|