| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
LabelMatchStatement |
LabelMatchStatement.clone() |
LabelMatchStatement |
Statement.getLabelMatchStatement()
A rule statement that defines a string match search 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 that defines a string match search 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 that defines a string match search against labels that have been added to the web request by
rules that have already run in the web ACL.
|
Copyright © 2021. All rights reserved.