| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.builder() |
default SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.Builder.fieldToMatch(Consumer<FieldToMatch.Builder> fieldToMatch)
Specifies where in a web request to look for snippets of malicious SQL code.
|
SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.Builder.fieldToMatch(FieldToMatch fieldToMatch)
Specifies where in a web request to look for snippets of malicious SQL code.
|
SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.Builder.textTransformation(String textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.Builder.textTransformation(TextTransformation textTransformation)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass AWS WAF.
|
SqlInjectionMatchTuple.Builder |
SqlInjectionMatchTuple.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SqlInjectionMatchTuple.Builder> |
SqlInjectionMatchTuple.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.Builder.sqlInjectionMatchTuple(Consumer<SqlInjectionMatchTuple.Builder> 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.
|
Copyright © 2023. All rights reserved.