Uses of Interface
software.amazon.awssdk.services.wafv2.Wafv2BaseClientBuilder
-
Packages that use Wafv2BaseClientBuilder Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of Wafv2BaseClientBuilder in software.amazon.awssdk.services.wafv2
Classes in software.amazon.awssdk.services.wafv2 with type parameters of type Wafv2BaseClientBuilder Modifier and Type Interface Description interfaceWafv2BaseClientBuilder<B extends Wafv2BaseClientBuilder<B,C>,C>This includes configuration specific to WAFV2 that is supported by bothWafv2ClientBuilderandWafv2AsyncClientBuilder.Subinterfaces of Wafv2BaseClientBuilder in software.amazon.awssdk.services.wafv2 Modifier and Type Interface Description interfaceWafv2AsyncClientBuilderA builder for creating an instance ofWafv2AsyncClient.interfaceWafv2ClientBuilderA builder for creating an instance ofWafv2Client.
-