| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
LabelMatchStatement |
LabelMatchStatement.clone() |
LabelMatchStatement |
Statement.getLabelMatchStatement()
A rule statement to match against labels that have been added to the web request by rules that have already run
in the web ACL.
|
LabelMatchStatement |
LabelMatchStatement.withKey(String key)
The string to match against.
|
LabelMatchStatement |
LabelMatchStatement.withScope(LabelMatchScope scope)
Specify whether you want to match using the label name or just the namespace.
|
LabelMatchStatement |
LabelMatchStatement.withScope(String scope)
Specify whether you want to match using the label name or just the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setLabelMatchStatement(LabelMatchStatement labelMatchStatement)
A rule statement to match against labels that have been added to the web request by rules that have already run
in the web ACL.
|
Statement |
Statement.withLabelMatchStatement(LabelMatchStatement labelMatchStatement)
A rule statement to match against labels that have been added to the web request by rules that have already run
in the web ACL.
|
Copyright © 2025. All rights reserved.