| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withBehavior(FilterBehavior behavior)
How to handle logs that satisfy the filter's conditions and requirement.
|
Filter |
Filter.withBehavior(String behavior)
How to handle logs that satisfy the filter's conditions and requirement.
|
Filter |
Filter.withConditions(Collection<Condition> conditions)
Match conditions for the filter.
|
Filter |
Filter.withConditions(Condition... conditions)
Match conditions for the filter.
|
Filter |
Filter.withRequirement(FilterRequirement requirement)
Logic to apply to the filtering conditions.
|
Filter |
Filter.withRequirement(String requirement)
Logic to apply to the filtering conditions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
LoggingFilter.getFilters()
The filters that you want to apply to the logs.
|
| Modifier and Type | Method and Description |
|---|---|
LoggingFilter |
LoggingFilter.withFilters(Filter... filters)
The filters that you want to apply to the logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingFilter.setFilters(Collection<Filter> filters)
The filters that you want to apply to the logs.
|
LoggingFilter |
LoggingFilter.withFilters(Collection<Filter> filters)
The filters that you want to apply to the logs.
|
Copyright © 2023. All rights reserved.