| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
BlockAction |
RuleAction.block()
Instructs WAF to block the web request.
|
BlockAction |
DefaultAction.block()
Specifies that WAF should block requests by default.
|
| Modifier and Type | Method and Description |
|---|---|
RuleAction.Builder |
RuleAction.Builder.block(BlockAction block)
Instructs WAF to block the web request.
|
DefaultAction.Builder |
DefaultAction.Builder.block(BlockAction block)
Specifies that WAF should block requests by default.
|
Copyright © 2023. All rights reserved.