Uses of Interface
software.amazon.awssdk.services.elasticache.ElastiCacheBaseClientBuilder
-
Packages that use ElastiCacheBaseClientBuilder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ElastiCacheBaseClientBuilder in software.amazon.awssdk.services.elasticache
Classes in software.amazon.awssdk.services.elasticache with type parameters of type ElastiCacheBaseClientBuilder Modifier and Type Interface Description interface
ElastiCacheBaseClientBuilder<B extends ElastiCacheBaseClientBuilder<B,C>,C>
This includes configuration specific to Amazon ElastiCache that is supported by bothElastiCacheClientBuilder
andElastiCacheAsyncClientBuilder
.Subinterfaces of ElastiCacheBaseClientBuilder in software.amazon.awssdk.services.elasticache Modifier and Type Interface Description interface
ElastiCacheAsyncClientBuilder
A builder for creating an instance ofElastiCacheAsyncClient
.interface
ElastiCacheClientBuilder
A builder for creating an instance ofElastiCacheClient
.
-