| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
FilterBehavior |
Filter.behavior()
How to handle logs that satisfy the filter's conditions and requirement.
|
FilterBehavior |
LoggingFilter.defaultBehavior()
Default handling for logs that don't match any of the specified filtering conditions.
|
static FilterBehavior |
FilterBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FilterBehavior |
FilterBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterBehavior[] |
FilterBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FilterBehavior> |
FilterBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
Filter.Builder.behavior(FilterBehavior behavior)
How to handle logs that satisfy the filter's conditions and requirement.
|
LoggingFilter.Builder |
LoggingFilter.Builder.defaultBehavior(FilterBehavior defaultBehavior)
Default handling for logs that don't match any of the specified filtering conditions.
|
Copyright © 2023. All rights reserved.