| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.withActionCondition(ActionCondition actionCondition)
A single action condition.
|
Condition |
Condition.withLabelNameCondition(LabelNameCondition labelNameCondition)
A single label name condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
Filter.getConditions()
Match conditions for the filter.
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.withConditions(Condition... conditions)
Match conditions for the filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setConditions(Collection<Condition> conditions)
Match conditions for the filter.
|
Filter |
Filter.withConditions(Collection<Condition> conditions)
Match conditions for the filter.
|
Copyright © 2025. All rights reserved.