| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.clone() |
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.withAction(AwsWafv2RulesActionDetails action)
The action that WAF should take on a web request when it matches the rule statement.
|
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.withName(String name)
The name of the rule.
|
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.withOverrideAction(String overrideAction)
The action to use in the place of the action that results from the rule group evaluation.
|
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.withPriority(Integer priority)
If you define more than one Rule in a WebACL, WAF evaluates each request against the Rules in order based on the
value of
Priority. |
AwsWafv2RulesDetails |
AwsWafv2RulesDetails.withVisibilityConfig(AwsWafv2VisibilityConfigDetails visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafv2RulesDetails> |
AwsWafv2RuleGroupDetails.getRules()
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
List<AwsWafv2RulesDetails> |
AwsWafv2WebAclDetails.getRules()
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2RuleGroupDetails |
AwsWafv2RuleGroupDetails.withRules(AwsWafv2RulesDetails... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withRules(AwsWafv2RulesDetails... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafv2RuleGroupDetails.setRules(Collection<AwsWafv2RulesDetails> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
void |
AwsWafv2WebAclDetails.setRules(Collection<AwsWafv2RulesDetails> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
AwsWafv2RuleGroupDetails |
AwsWafv2RuleGroupDetails.withRules(Collection<AwsWafv2RulesDetails> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
AwsWafv2WebAclDetails |
AwsWafv2WebAclDetails.withRules(Collection<AwsWafv2RulesDetails> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
Copyright © 2024. All rights reserved.