| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
AndStatement |
AndStatement.clone() |
AndStatement |
Statement.getAndStatement()
A logical rule statement used to combine other rule statements with AND logic.
|
AndStatement |
AndStatement.withStatements(Collection<Statement> statements)
The statements to combine with AND logic.
|
AndStatement |
AndStatement.withStatements(Statement... statements)
The statements to combine with AND logic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setAndStatement(AndStatement andStatement)
A logical rule statement used to combine other rule statements with AND logic.
|
Statement |
Statement.withAndStatement(AndStatement andStatement)
A logical rule statement used to combine other rule statements with AND logic.
|
Copyright © 2022. All rights reserved.