Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
static PredicateType |
PredicateType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
Predicate.setType(PredicateType type)
The type of predicate in a
Rule , such as
ByteMatchSet or IPSet . |
Predicate |
Predicate.withType(PredicateType type)
The type of predicate in a
Rule , such as
ByteMatchSet or IPSet . |
Copyright © 2018. All rights reserved.