Package | Description |
---|---|
com.amazonaws.services.waf.model |
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(String name)
The name, if any, of the
SqlInjectionMatchSet . |
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for a
SqlInjectionMatchSet . |
SqlInjectionMatchSet |
SqlInjectionMatchSet.withSqlInjectionMatchTuples(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)
|
Copyright © 2018. All rights reserved.