| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
Statement |
ManagedRuleGroupStatement.scopeDownStatement()
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule
group.
|
Statement |
RateBasedStatement.scopeDownStatement()
An optional nested statement that narrows the scope of the web requests that are evaluated and managed by the
rate-based statement.
|
Statement |
Rule.statement()
The WAF processing statement for the rule, for example ByteMatchStatement or
SizeConstraintStatement.
|
Statement |
NotStatement.statement()
The statement to negate.
|
| Modifier and Type | Method and Description |
|---|---|
List<Statement> |
OrStatement.statements()
The statements to combine with OR logic.
|
List<Statement> |
AndStatement.statements()
The statements to combine with AND logic.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupStatement.Builder |
ManagedRuleGroupStatement.Builder.scopeDownStatement(Statement scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed
rule group.
|
RateBasedStatement.Builder |
RateBasedStatement.Builder.scopeDownStatement(Statement scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated and managed by the
rate-based statement.
|
Rule.Builder |
Rule.Builder.statement(Statement statement)
The WAF processing statement for the rule, for example ByteMatchStatement or
SizeConstraintStatement.
|
NotStatement.Builder |
NotStatement.Builder.statement(Statement statement)
The statement to negate.
|
OrStatement.Builder |
OrStatement.Builder.statements(Statement... statements)
The statements to combine with OR logic.
|
AndStatement.Builder |
AndStatement.Builder.statements(Statement... statements)
The statements to combine with AND logic.
|
| Modifier and Type | Method and Description |
|---|---|
OrStatement.Builder |
OrStatement.Builder.statements(Collection<Statement> statements)
The statements to combine with OR logic.
|
AndStatement.Builder |
AndStatement.Builder.statements(Collection<Statement> statements)
The statements to combine with AND logic.
|
Copyright © 2023. All rights reserved.