| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingFilter |
LoggingFilter.clone() |
LoggingFilter |
LoggingConfiguration.getLoggingFilter()
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
LoggingFilter |
LoggingFilter.withDefaultBehavior(FilterBehavior defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
|
LoggingFilter |
LoggingFilter.withDefaultBehavior(String defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
|
LoggingFilter |
LoggingFilter.withFilters(Collection<Filter> filters)
The filters that you want to apply to the logs.
|
LoggingFilter |
LoggingFilter.withFilters(Filter... filters)
The filters that you want to apply to the logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingConfiguration.setLoggingFilter(LoggingFilter loggingFilter)
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
LoggingConfiguration |
LoggingConfiguration.withLoggingFilter(LoggingFilter loggingFilter)
Filtering that specifies which web requests are kept in the logs and which are dropped.
|
Copyright © 2024. All rights reserved.