| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AndStatement.Builder |
AndStatement.builder() |
AndStatement.Builder |
AndStatement.Builder.statements(Collection<Statement> statements)
The statements to combine with AND logic.
|
AndStatement.Builder |
AndStatement.Builder.statements(Consumer<Statement.Builder>... statements)
The statements to combine with AND logic.
|
AndStatement.Builder |
AndStatement.Builder.statements(Statement... statements)
The statements to combine with AND logic.
|
AndStatement.Builder |
AndStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AndStatement.Builder> |
AndStatement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Statement.Builder |
Statement.Builder.andStatement(Consumer<AndStatement.Builder> andStatement)
A logical rule statement used to combine other rule statements with AND logic.
|
Copyright © 2023. All rights reserved.