| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2RulesActionDetails |
AwsWafv2RulesActionDetails.clone() |
AwsWafv2RulesActionDetails |
AwsWafv2RulesDetails.getAction()
The action that WAF should take on a web request when it matches the rule statement.
|
AwsWafv2RulesActionDetails |
AwsWafv2RulesActionDetails.withAllow(AwsWafv2ActionAllowDetails allow)
Instructs WAF to allow the web request.
|
AwsWafv2RulesActionDetails |
AwsWafv2RulesActionDetails.withBlock(AwsWafv2ActionBlockDetails block)
Instructs WAF to block the web request.
|
AwsWafv2RulesActionDetails |
AwsWafv2RulesActionDetails.withCaptcha(AwsWafv2RulesActionCaptchaDetails captcha)
Instructs WAF to run a CAPTCHA check against the web request.
|
AwsWafv2RulesActionDetails |
AwsWafv2RulesActionDetails.withCount(AwsWafv2RulesActionCountDetails count)
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the
web ACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2RulesDetails.setAction(AwsWafv2RulesActionDetails action)
The action that WAF should take on a web request when it matches the rule statement.
|
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.withAction(AwsWafv2RulesActionDetails action)
The action that WAF should take on a web request when it matches the rule statement.
|
Copyright © 2023. All rights reserved.