| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRuleGroupRulesDetails |
AwsWafRegionalRuleGroupRulesDetails.clone() |
AwsWafRegionalRuleGroupRulesDetails |
AwsWafRegionalRuleGroupRulesDetails.withAction(AwsWafRegionalRuleGroupRulesActionDetails action)
The action that WAF should take on a web request when it matches the criteria defined in the rule.
|
AwsWafRegionalRuleGroupRulesDetails |
AwsWafRegionalRuleGroupRulesDetails.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. |
AwsWafRegionalRuleGroupRulesDetails |
AwsWafRegionalRuleGroupRulesDetails.withRuleId(String ruleId)
The ID for a rule.
|
AwsWafRegionalRuleGroupRulesDetails |
AwsWafRegionalRuleGroupRulesDetails.withType(String type)
The type of rule in the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRegionalRuleGroupRulesDetails> |
AwsWafRegionalRuleGroupDetails.getRules()
Provides information about the rule statements used to identify the web requests that you want to allow, block,
or count.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafRegionalRuleGroupDetails |
AwsWafRegionalRuleGroupDetails.withRules(AwsWafRegionalRuleGroupRulesDetails... rules)
Provides information about the rule statements used to identify the web requests that you want to allow, block,
or count.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafRegionalRuleGroupDetails.setRules(Collection<AwsWafRegionalRuleGroupRulesDetails> rules)
Provides information about the rule statements used to identify the web requests that you want to allow, block,
or count.
|
AwsWafRegionalRuleGroupDetails |
AwsWafRegionalRuleGroupDetails.withRules(Collection<AwsWafRegionalRuleGroupRulesDetails> rules)
Provides information about the rule statements used to identify the web requests that you want to allow, block,
or count.
|
Copyright © 2023. All rights reserved.