| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static PredicateType |
PredicateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PredicateType |
Predicate.type()
The type of predicate in a
Rule, such as ByteMatch or IPSet. |
static PredicateType |
PredicateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredicateType[] |
PredicateType.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<PredicateType> |
PredicateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Predicate.Builder |
Predicate.Builder.type(PredicateType type)
The type of predicate in a
Rule, such as ByteMatch or IPSet. |
Copyright © 2023. All rights reserved.