| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
BlockAction |
BlockAction.clone() |
BlockAction |
RuleAction.getBlock()
Instructs AWS WAF to block the web request.
|
BlockAction |
DefaultAction.getBlock()
Specifies that AWS WAF should block requests by default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setBlock(BlockAction block)
Instructs AWS WAF to block the web request.
|
void |
DefaultAction.setBlock(BlockAction block)
Specifies that AWS WAF should block requests by default.
|
RuleAction |
RuleAction.withBlock(BlockAction block)
Instructs AWS WAF to block the web request.
|
DefaultAction |
DefaultAction.withBlock(BlockAction block)
Specifies that AWS WAF should block requests by default.
|
Copyright © 2021. All rights reserved.