| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalWebAclRulesListDetails |
AwsWafRegionalWebAclRulesListDetails.clone() |
AwsWafRegionalWebAclRulesListDetails |
AwsWafRegionalWebAclRulesListDetails.withAction(AwsWafRegionalWebAclRulesListActionDetails action)
The action that WAF takes when a web request matches all conditions in the rule, such as allow, block, or count
the request.
|
AwsWafRegionalWebAclRulesListDetails |
AwsWafRegionalWebAclRulesListDetails.withOverrideAction(AwsWafRegionalWebAclRulesListOverrideActionDetails overrideAction)
Overrides the rule evaluation result in the rule group.
|
AwsWafRegionalWebAclRulesListDetails |
AwsWafRegionalWebAclRulesListDetails.withPriority(Integer priority)
The order in which WAF evaluates the rules in a web ACL.
|
AwsWafRegionalWebAclRulesListDetails |
AwsWafRegionalWebAclRulesListDetails.withRuleId(String ruleId)
The ID of an WAF Regional rule to associate with a web ACL.
|
AwsWafRegionalWebAclRulesListDetails |
AwsWafRegionalWebAclRulesListDetails.withType(String type)
For actions that are associated with a rule, the action that WAF takes when a web request matches all conditions
in a rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRegionalWebAclRulesListDetails> |
AwsWafRegionalWebAclDetails.getRulesList()
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalWebAclDetails |
AwsWafRegionalWebAclDetails.withRulesList(AwsWafRegionalWebAclRulesListDetails... rulesList)
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafRegionalWebAclDetails.setRulesList(Collection<AwsWafRegionalWebAclRulesListDetails> rulesList)
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
|
AwsWafRegionalWebAclDetails |
AwsWafRegionalWebAclDetails.withRulesList(Collection<AwsWafRegionalWebAclRulesListDetails> rulesList)
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
|
Copyright © 2023. All rights reserved.