| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
OrStatement |
OrStatement.clone() |
OrStatement |
Statement.getOrStatement()
A logical rule statement used to combine other rule statements with OR logic.
|
OrStatement |
OrStatement.withStatements(Collection<Statement> statements)
The statements to combine with OR logic.
|
OrStatement |
OrStatement.withStatements(Statement... statements)
The statements to combine with OR logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setOrStatement(OrStatement orStatement)
A logical rule statement used to combine other rule statements with OR logic.
|
Statement |
Statement.withOrStatement(OrStatement orStatement)
A logical rule statement used to combine other rule statements with OR logic.
|
Copyright © 2020. All rights reserved.