Uses of Interface
software.amazon.awssdk.services.wafv2.model.AndStatement.Builder
-
Packages that use AndStatement.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of AndStatement.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return AndStatement.Builder Modifier and Type Method Description static AndStatement.BuilderAndStatement. builder()AndStatement.BuilderAndStatement.Builder. statements(Collection<Statement> statements)The statements to combine with AND logic.AndStatement.BuilderAndStatement.Builder. statements(Consumer<Statement.Builder>... statements)The statements to combine with AND logic.AndStatement.BuilderAndStatement.Builder. statements(Statement... statements)The statements to combine with AND logic.AndStatement.BuilderAndStatement. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type AndStatement.Builder Modifier and Type Method Description static Class<? extends AndStatement.Builder>AndStatement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type AndStatement.Builder Modifier and Type Method Description default Statement.BuilderStatement.Builder. andStatement(Consumer<AndStatement.Builder> andStatement)A logical rule statement used to combine other rule statements with AND logic.
-