| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafWebAclRule |
AwsWafWebAclRule.clone() |
AwsWafWebAclRule |
AwsWafWebAclRule.withAction(WafAction action)
Specifies the action that CloudFront or WAF takes when a web request matches the conditions in the rule.
|
AwsWafWebAclRule |
AwsWafWebAclRule.withExcludedRules(Collection<WafExcludedRule> excludedRules)
Rules to exclude from a rule group.
|
AwsWafWebAclRule |
AwsWafWebAclRule.withExcludedRules(WafExcludedRule... excludedRules)
Rules to exclude from a rule group.
|
AwsWafWebAclRule |
AwsWafWebAclRule.withOverrideAction(WafOverrideAction overrideAction)
Use the
OverrideAction to test your RuleGroup. |
AwsWafWebAclRule |
AwsWafWebAclRule.withPriority(Integer priority)
Specifies the order in which the rules in a web ACL are evaluated.
|
AwsWafWebAclRule |
AwsWafWebAclRule.withRuleId(String ruleId)
The identifier for a rule.
|
AwsWafWebAclRule |
AwsWafWebAclRule.withType(String type)
The rule type.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafWebAclRule> |
AwsWafWebAclDetails.getRules()
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 |
|---|---|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withRules(AwsWafWebAclRule... rules)
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 |
AwsWafWebAclDetails.setRules(Collection<AwsWafWebAclRule> rules)
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
|
AwsWafWebAclDetails |
AwsWafWebAclDetails.withRules(Collection<AwsWafWebAclRule> rules)
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 © 2024. All rights reserved.