Uses of Interface
software.amazon.awssdk.services.wafv2.model.LabelNameCondition.Builder
-
Packages that use LabelNameCondition.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of LabelNameCondition.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return LabelNameCondition.Builder Modifier and Type Method Description static LabelNameCondition.BuilderLabelNameCondition. builder()LabelNameCondition.BuilderLabelNameCondition.Builder. labelName(String labelName)The label name that a log record must contain in order to meet the condition.LabelNameCondition.BuilderLabelNameCondition. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type LabelNameCondition.Builder Modifier and Type Method Description static Class<? extends LabelNameCondition.Builder>LabelNameCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type LabelNameCondition.Builder Modifier and Type Method Description default Condition.BuilderCondition.Builder. labelNameCondition(Consumer<LabelNameCondition.Builder> labelNameCondition)A single label name condition.
-