| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.Builder.action(ChangeAction action)
|
SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.Builder.action(String action)
|
static SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.builder() |
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.
|
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.
|
SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SqlInjectionMatchSetUpdate.Builder> |
SqlInjectionMatchSetUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.