Uses of Interface
software.amazon.awssdk.services.elasticache.ElastiCacheClient
-
Packages that use ElastiCacheClient Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators software.amazon.awssdk.services.elasticache.waiters -
-
Uses of ElastiCacheClient in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return ElastiCacheClient Modifier and Type Method Description static ElastiCacheClient
ElastiCacheClient. create()
Create aElastiCacheClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
Uses of ElastiCacheClient in software.amazon.awssdk.services.elasticache.paginators
-
Uses of ElastiCacheClient in software.amazon.awssdk.services.elasticache.waiters
Methods in software.amazon.awssdk.services.elasticache.waiters with parameters of type ElastiCacheClient Modifier and Type Method Description ElastiCacheWaiter.Builder
ElastiCacheWaiter.Builder. client(ElastiCacheClient client)
Sets a customElastiCacheClient
that will be used to poll the resource
-