Uses of Class
software.amazon.awssdk.services.wafv2.model.AndStatement
-
Packages that use AndStatement Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of AndStatement in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return AndStatement Modifier and Type Method Description AndStatementStatement. andStatement()A logical rule statement used to combine other rule statements with AND logic.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type AndStatement Modifier and Type Method Description Statement.BuilderStatement.Builder. andStatement(AndStatement andStatement)A logical rule statement used to combine other rule statements with AND logic.
-