| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroup |
RuleGroup.addCustomResponseBodiesEntry(String key,
CustomResponseBody value)
Add a single CustomResponseBodies entry
|
RuleGroup |
RuleGroup.clearCustomResponseBodiesEntries()
Removes all the entries added into CustomResponseBodies.
|
RuleGroup |
RuleGroup.clone() |
RuleGroup |
GetRuleGroupResult.getRuleGroup()
|
RuleGroup |
RuleGroup.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
RuleGroup |
RuleGroup.withAvailableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup |
RuleGroup.withAvailableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup |
RuleGroup.withCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
RuleGroup |
RuleGroup.withConsumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup |
RuleGroup.withConsumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup |
RuleGroup.withCustomResponseBodies(Map<String,CustomResponseBody> customResponseBodies)
A map of custom response keys and content bodies.
|
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.withLabelNamespace(String labelNamespace)
The label namespace prefix for this 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 manage.
|
RuleGroup |
RuleGroup.withRules(Rule... rules)
The Rule statements used to identify the web requests that you want to manage.
|
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 © 2024. All rights reserved.