| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRuleGroupRulesDetails |
AwsWafRuleGroupRulesDetails.clone() |
AwsWafRuleGroupRulesDetails |
AwsWafRuleGroupRulesDetails.withAction(AwsWafRuleGroupRulesActionDetails action)
Provides information about what action WAF should take on a web request when it matches the criteria defined in
the rule.
|
AwsWafRuleGroupRulesDetails |
AwsWafRuleGroupRulesDetails.withPriority(Integer priority)
If you define more than one rule in a web ACL, WAF evaluates each request against the rules in order based on the
value of
Priority. |
AwsWafRuleGroupRulesDetails |
AwsWafRuleGroupRulesDetails.withRuleId(String ruleId)
The rule ID for a rule.
|
AwsWafRuleGroupRulesDetails |
AwsWafRuleGroupRulesDetails.withType(String type)
The type of rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRuleGroupRulesDetails> |
AwsWafRuleGroupDetails.getRules()
Provides information about the rules attached to the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafRuleGroupDetails |
AwsWafRuleGroupDetails.withRules(AwsWafRuleGroupRulesDetails... rules)
Provides information about the rules attached to the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafRuleGroupDetails.setRules(Collection<AwsWafRuleGroupRulesDetails> rules)
Provides information about the rules attached to the rule group.
|
AwsWafRuleGroupDetails |
AwsWafRuleGroupDetails.withRules(Collection<AwsWafRuleGroupRulesDetails> rules)
Provides information about the rules attached to the rule group.
|
Copyright © 2023. All rights reserved.