| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SqliMatchStatement.Builder |
SqliMatchStatement.builder() |
default SqliMatchStatement.Builder |
SqliMatchStatement.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.fieldToMatch(FieldToMatch fieldToMatch)
The part of the web request that you want WAF to inspect.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.sensitivityLevel(SensitivityLevel sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.sensitivityLevel(String sensitivityLevel)
The sensitivity that you want WAF to use to inspect for SQL injection attacks.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.textTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.textTransformations(Consumer<TextTransformation.Builder>... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SqliMatchStatement.Builder |
SqliMatchStatement.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
SqliMatchStatement.Builder |
SqliMatchStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SqliMatchStatement.Builder> |
SqliMatchStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.sqliMatchStatement(Consumer<SqliMatchStatement.Builder> sqliMatchStatement)
A rule statement that inspects for malicious SQL code.
|
Copyright © 2023. All rights reserved.