Uses of Interface
software.amazon.awssdk.services.waf.WafBaseClientBuilder
-
Packages that use WafBaseClientBuilder Package Description software.amazon.awssdk.services.waf -
-
Uses of WafBaseClientBuilder in software.amazon.awssdk.services.waf
Classes in software.amazon.awssdk.services.waf with type parameters of type WafBaseClientBuilder Modifier and Type Interface Description interfaceWafBaseClientBuilder<B extends WafBaseClientBuilder<B,C>,C>This includes configuration specific to WAF that is supported by bothWafClientBuilderandWafAsyncClientBuilder.Subinterfaces of WafBaseClientBuilder in software.amazon.awssdk.services.waf Modifier and Type Interface Description interfaceWafAsyncClientBuilderA builder for creating an instance ofWafAsyncClient.interfaceWafClientBuilderA builder for creating an instance ofWafClient.
-