Uses of Interface
software.amazon.awssdk.services.elasticache.waiters.ElastiCacheAsyncWaiter.Builder
-
Packages that use ElastiCacheAsyncWaiter.Builder Package Description software.amazon.awssdk.services.elasticache.waiters -
-
Uses of ElastiCacheAsyncWaiter.Builder in software.amazon.awssdk.services.elasticache.waiters
Methods in software.amazon.awssdk.services.elasticache.waiters that return ElastiCacheAsyncWaiter.Builder Modifier and Type Method Description static ElastiCacheAsyncWaiter.BuilderElastiCacheAsyncWaiter. builder()Create a builder that can be used to configure and create aElastiCacheAsyncWaiter.ElastiCacheAsyncWaiter.BuilderElastiCacheAsyncWaiter.Builder. client(ElastiCacheAsyncClient client)Sets a customElastiCacheAsyncClientthat will be used to poll the resourcedefault ElastiCacheAsyncWaiter.BuilderElastiCacheAsyncWaiter.Builder. overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder> overrideConfiguration)This is a convenient method to pass the override configuration without the need to create an instance manually viaWaiterOverrideConfiguration.builder()ElastiCacheAsyncWaiter.BuilderElastiCacheAsyncWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builderElastiCacheAsyncWaiter.BuilderElastiCacheAsyncWaiter.Builder. scheduledExecutorService(ScheduledExecutorService executorService)Sets a customScheduledExecutorServicethat will be used to schedule async polling attempts
-