Uses of Interface
software.amazon.awssdk.services.wafv2.model.LabelMatchStatement.Builder
-
Packages that use LabelMatchStatement.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of LabelMatchStatement.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return LabelMatchStatement.Builder Modifier and Type Method Description static LabelMatchStatement.BuilderLabelMatchStatement. builder()LabelMatchStatement.BuilderLabelMatchStatement.Builder. key(String key)The string to match against.LabelMatchStatement.BuilderLabelMatchStatement.Builder. scope(String scope)Specify whether you want to match using the label name or just the namespace.LabelMatchStatement.BuilderLabelMatchStatement.Builder. scope(LabelMatchScope scope)Specify whether you want to match using the label name or just the namespace.LabelMatchStatement.BuilderLabelMatchStatement. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type LabelMatchStatement.Builder Modifier and Type Method Description static Class<? extends LabelMatchStatement.Builder>LabelMatchStatement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type LabelMatchStatement.Builder Modifier and Type Method Description default Statement.BuilderStatement.Builder. labelMatchStatement(Consumer<LabelMatchStatement.Builder> labelMatchStatement)A rule statement to match against labels that have been added to the web request by rules that have already run in the web ACL.
-