| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
SqliMatchStatement |
SqliMatchStatement.clone() |
SqliMatchStatement |
Statement.getSqliMatchStatement()
A rule statement that inspects for malicious SQL code.
|
SqliMatchStatement |
SqliMatchStatement.withFieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement |
SqliMatchStatement.withSensitivityLevel(SensitivityLevel sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
|
SqliMatchStatement |
SqliMatchStatement.withSensitivityLevel(String sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
|
SqliMatchStatement |
SqliMatchStatement.withTextTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
SqliMatchStatement |
SqliMatchStatement.withTextTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setSqliMatchStatement(SqliMatchStatement sqliMatchStatement)
A rule statement that inspects for malicious SQL code.
|
Statement |
Statement.withSqliMatchStatement(SqliMatchStatement sqliMatchStatement)
A rule statement that inspects for malicious SQL code.
|
Copyright © 2024. All rights reserved.