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