| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2WebAclActionDetails |
AwsWafv2WebAclActionDetails.clone() |
AwsWafv2WebAclActionDetails |
AwsWafv2WebAclDetails.getDefaultAction()
The action to perform if none of the Rules contained in the web ACL match.
|
AwsWafv2WebAclActionDetails |
AwsWafv2WebAclActionDetails.withAllow(AwsWafv2ActionAllowDetails allow)
Specifies that WAF should allow requests by default.
|
AwsWafv2WebAclActionDetails |
AwsWafv2WebAclActionDetails.withBlock(AwsWafv2ActionBlockDetails block)
Specifies that WAF should block requests by default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2WebAclDetails.setDefaultAction(AwsWafv2WebAclActionDetails defaultAction)
The action to perform if none of the Rules contained in the web ACL match.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withDefaultAction(AwsWafv2WebAclActionDetails defaultAction)
The action to perform if none of the Rules contained in the web ACL match.
|
Copyright © 2024. All rights reserved.