Uses of Interface
software.amazon.awssdk.services.elasticache.waiters.ElastiCacheWaiter.Builder
-
Packages that use ElastiCacheWaiter.Builder Package Description software.amazon.awssdk.services.elasticache.waiters -
-
Uses of ElastiCacheWaiter.Builder in software.amazon.awssdk.services.elasticache.waiters
Methods in software.amazon.awssdk.services.elasticache.waiters that return ElastiCacheWaiter.Builder Modifier and Type Method Description static ElastiCacheWaiter.BuilderElastiCacheWaiter. builder()Create a builder that can be used to configure and create aElastiCacheWaiter.ElastiCacheWaiter.BuilderElastiCacheWaiter.Builder. client(ElastiCacheClient client)Sets a customElastiCacheClientthat will be used to poll the resourcedefault ElastiCacheWaiter.BuilderElastiCacheWaiter.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()ElastiCacheWaiter.BuilderElastiCacheWaiter.Builder. overrideConfiguration(WaiterOverrideConfiguration overrideConfiguration)Defines overrides to the default SDK waiter configuration that should be used for waiters created from this builder
-