| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.clone() |
Label |
Label.withName(String name)
The label string.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
SampledHTTPRequest.getLabels()
Labels applied to the web request by matching rules.
|
List<Label> |
Rule.getRuleLabels()
Labels to apply to web requests that match the rule match statement.
|
| Modifier and Type | Method and Description |
|---|---|
SampledHTTPRequest |
SampledHTTPRequest.withLabels(Label... labels)
Labels applied to the web request by matching rules.
|
Rule |
Rule.withRuleLabels(Label... ruleLabels)
Labels to apply to web requests that match the rule match statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SampledHTTPRequest.setLabels(Collection<Label> labels)
Labels applied to the web request by matching rules.
|
void |
Rule.setRuleLabels(Collection<Label> ruleLabels)
Labels to apply to web requests that match the rule match statement.
|
SampledHTTPRequest |
SampledHTTPRequest.withLabels(Collection<Label> labels)
Labels applied to the web request by matching rules.
|
Rule |
Rule.withRuleLabels(Collection<Label> ruleLabels)
Labels to apply to web requests that match the rule match statement.
|
Copyright © 2025. All rights reserved.