| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelMatchStatement.Builder |
LabelMatchStatement.builder() |
LabelMatchStatement.Builder |
LabelMatchStatement.Builder.key(String key)
The string to match against.
|
LabelMatchStatement.Builder |
LabelMatchStatement.Builder.scope(LabelMatchScope scope)
Specify whether you want to match using the label name or just the namespace.
|
LabelMatchStatement.Builder |
LabelMatchStatement.Builder.scope(String scope)
Specify whether you want to match using the label name or just the namespace.
|
LabelMatchStatement.Builder |
LabelMatchStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelMatchStatement.Builder> |
LabelMatchStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.labelMatchStatement(Consumer<LabelMatchStatement.Builder> 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 © 2023. All rights reserved.