| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
NotStatement |
NotStatement.clone() |
NotStatement |
Statement.getNotStatement()
A logical rule statement used to negate the results of another rule statement.
|
NotStatement |
NotStatement.withStatement(Statement statement)
The statement to negate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setNotStatement(NotStatement notStatement)
A logical rule statement used to negate the results of another rule statement.
|
Statement |
Statement.withNotStatement(NotStatement notStatement)
A logical rule statement used to negate the results of another rule statement.
|
Copyright © 2025. All rights reserved.