Uses of Class
software.amazon.awssdk.services.wafv2.model.Statement
-
Packages that use Statement Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of Statement in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return Statement Modifier and Type Method Description StatementManagedRuleGroupStatement. scopeDownStatement()An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group.StatementRateBasedStatement. scopeDownStatement()An optional nested statement that narrows the scope of the web requests that are evaluated and managed by the rate-based statement.StatementNotStatement. statement()The statement to negate.StatementRule. statement()The WAF processing statement for the rule, for example ByteMatchStatement or SizeConstraintStatement.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type Statement Modifier and Type Method Description List<Statement>AndStatement. statements()The statements to combine with AND logic.List<Statement>OrStatement. statements()The statements to combine with OR logic.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type Statement Modifier and Type Method Description ManagedRuleGroupStatement.BuilderManagedRuleGroupStatement.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.BuilderRateBasedStatement.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.NotStatement.BuilderNotStatement.Builder. statement(Statement statement)The statement to negate.Rule.BuilderRule.Builder. statement(Statement statement)The WAF processing statement for the rule, for example ByteMatchStatement or SizeConstraintStatement.AndStatement.BuilderAndStatement.Builder. statements(Statement... statements)The statements to combine with AND logic.OrStatement.BuilderOrStatement.Builder. statements(Statement... statements)The statements to combine with OR logic.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type Statement Modifier and Type Method Description AndStatement.BuilderAndStatement.Builder. statements(Collection<Statement> statements)The statements to combine with AND logic.OrStatement.BuilderOrStatement.Builder. statements(Collection<Statement> statements)The statements to combine with OR logic.
-