| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
LabelSummary |
LabelSummary.clone() |
LabelSummary |
LabelSummary.withName(String name)
An individual label specification.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelSummary> |
RuleGroup.getAvailableLabels()
The labels that one or more rules in this rule group add to matching web requests.
|
List<LabelSummary> |
DescribeManagedRuleGroupResult.getAvailableLabels()
The labels that one or more rules in this rule group add to matching web requests.
|
List<LabelSummary> |
RuleGroup.getConsumedLabels()
The labels that one or more rules in this rule group match against in label match statements.
|
List<LabelSummary> |
DescribeManagedRuleGroupResult.getConsumedLabels()
The labels that one or more rules in this rule group match against in label match statements.
|
| Modifier and Type | Method and Description |
|---|---|
RuleGroup |
RuleGroup.withAvailableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResult |
DescribeManagedRuleGroupResult.withAvailableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup |
RuleGroup.withConsumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
DescribeManagedRuleGroupResult |
DescribeManagedRuleGroupResult.withConsumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroup.setAvailableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
void |
DescribeManagedRuleGroupResult.setAvailableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
void |
RuleGroup.setConsumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
void |
DescribeManagedRuleGroupResult.setConsumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup |
RuleGroup.withAvailableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResult |
DescribeManagedRuleGroupResult.withAvailableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup |
RuleGroup.withConsumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
DescribeManagedRuleGroupResult |
DescribeManagedRuleGroupResult.withConsumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
Copyright © 2022. All rights reserved.