| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<LabelSummary> |
DescribeManagedRuleGroupResponse.availableLabels()
The labels that one or more rules in this rule group add to matching web requests.
|
List<LabelSummary> |
RuleGroup.availableLabels()
The labels that one or more rules in this rule group add to matching web requests.
|
List<LabelSummary> |
DescribeManagedRuleGroupResponse.consumedLabels()
The labels that one or more rules in this rule group match against in label match statements.
|
List<LabelSummary> |
RuleGroup.consumedLabels()
The labels that one or more rules in this rule group match against in label match statements.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedRuleGroupResponse.Builder |
DescribeManagedRuleGroupResponse.Builder.availableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup.Builder |
RuleGroup.Builder.availableLabels(LabelSummary... availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResponse.Builder |
DescribeManagedRuleGroupResponse.Builder.consumedLabels(LabelSummary... consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup.Builder |
RuleGroup.Builder.consumedLabels(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 |
|---|---|
DescribeManagedRuleGroupResponse.Builder |
DescribeManagedRuleGroupResponse.Builder.availableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
RuleGroup.Builder |
RuleGroup.Builder.availableLabels(Collection<LabelSummary> availableLabels)
The labels that one or more rules in this rule group add to matching web requests.
|
DescribeManagedRuleGroupResponse.Builder |
DescribeManagedRuleGroupResponse.Builder.consumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
RuleGroup.Builder |
RuleGroup.Builder.consumedLabels(Collection<LabelSummary> consumedLabels)
The labels that one or more rules in this rule group match against in label match statements.
|
Copyright © 2023. All rights reserved.