| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
SampledHTTPRequest.labels()
Labels applied to the web request by matching rules.
|
List<Label> |
Rule.ruleLabels()
Labels to apply to web requests that match the rule match statement.
|
| Modifier and Type | Method and Description |
|---|---|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.labels(Label... labels)
Labels applied to the web request by matching rules.
|
Rule.Builder |
Rule.Builder.ruleLabels(Label... ruleLabels)
Labels to apply to web requests that match the rule match statement.
|
| Modifier and Type | Method and Description |
|---|---|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.labels(Collection<Label> labels)
Labels applied to the web request by matching rules.
|
Rule.Builder |
Rule.Builder.ruleLabels(Collection<Label> ruleLabels)
Labels to apply to web requests that match the rule match statement.
|
Copyright © 2023. All rights reserved.