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 interfaceElastiCacheBaseClientBuilder<B extends ElastiCacheBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon ElastiCache that is supported by bothElastiCacheClientBuilderandElastiCacheAsyncClientBuilder.Subinterfaces of ElastiCacheBaseClientBuilder in software.amazon.awssdk.services.elasticache Modifier and Type Interface Description interfaceElastiCacheAsyncClientBuilderA builder for creating an instance ofElastiCacheAsyncClient.interfaceElastiCacheClientBuilderA builder for creating an instance ofElastiCacheClient.
-