Uses of Interface
software.amazon.awssdk.services.wafv2.model.JA3Fingerprint.Builder
-
Packages that use JA3Fingerprint.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of JA3Fingerprint.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return JA3Fingerprint.Builder Modifier and Type Method Description static JA3Fingerprint.BuilderJA3Fingerprint. builder()JA3Fingerprint.BuilderJA3Fingerprint.Builder. fallbackBehavior(String fallbackBehavior)The match status to assign to the web request if the request doesn't have a JA3 fingerprint.JA3Fingerprint.BuilderJA3Fingerprint.Builder. fallbackBehavior(FallbackBehavior fallbackBehavior)The match status to assign to the web request if the request doesn't have a JA3 fingerprint.JA3Fingerprint.BuilderJA3Fingerprint. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type JA3Fingerprint.Builder Modifier and Type Method Description static Class<? extends JA3Fingerprint.Builder>JA3Fingerprint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type JA3Fingerprint.Builder Modifier and Type Method Description default FieldToMatch.BuilderFieldToMatch.Builder. ja3Fingerprint(Consumer<JA3Fingerprint.Builder> ja3Fingerprint)Match against the request's JA3 fingerprint.
-