| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroup |
RuleGroup.clone() |
RuleGroup |
GetRuleGroupResult.getRuleGroup()
|
RuleGroup |
RuleGroup.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroup |
RuleGroup.withCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
RuleGroup |
RuleGroup.withDescription(String description)
A description of the rule group that helps with identification.
|
RuleGroup |
RuleGroup.withId(String id)
A unique identifier for the rule group.
|
RuleGroup |
RuleGroup.withName(String name)
The name of the rule group.
|
RuleGroup |
RuleGroup.withRules(Collection<Rule> rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
RuleGroup |
RuleGroup.withRules(Rule... rules)
The Rule statements used to identify the web requests that you want to allow, block, or count.
|
RuleGroup |
RuleGroup.withVisibilityConfig(VisibilityConfig visibilityConfig)
Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRuleGroupResult.setRuleGroup(RuleGroup ruleGroup)
|
GetRuleGroupResult |
GetRuleGroupResult.withRuleGroup(RuleGroup ruleGroup)
|
Copyright © 2021. All rights reserved.