Uses of Interface
software.amazon.awssdk.services.dax.DaxBaseClientBuilder
-
Packages that use DaxBaseClientBuilder Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of DaxBaseClientBuilder in software.amazon.awssdk.services.dax
Classes in software.amazon.awssdk.services.dax with type parameters of type DaxBaseClientBuilder Modifier and Type Interface Description interfaceDaxBaseClientBuilder<B extends DaxBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon DAX that is supported by bothDaxClientBuilderandDaxAsyncClientBuilder.Subinterfaces of DaxBaseClientBuilder in software.amazon.awssdk.services.dax Modifier and Type Interface Description interfaceDaxAsyncClientBuilderA builder for creating an instance ofDaxAsyncClient.interfaceDaxClientBuilderA builder for creating an instance ofDaxClient.
-