| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchTuple |
SqlInjectionMatchSetUpdate.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<SqlInjectionMatchTuple> |
SqlInjectionMatchSet.sqlInjectionMatchTuples()
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.Builder.sqlInjectionMatchTuple(SqlInjectionMatchTuple 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.
|
SqlInjectionMatchSet.Builder |
SqlInjectionMatchSet.Builder.sqlInjectionMatchTuples(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 |
|---|---|
SqlInjectionMatchSet.Builder |
SqlInjectionMatchSet.Builder.sqlInjectionMatchTuples(Collection<SqlInjectionMatchTuple> sqlInjectionMatchTuples)
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
|
Copyright © 2023. All rights reserved.