Uses of Class
software.amazon.awssdk.utils.cache.CachedSupplier
-
Packages that use CachedSupplier Package Description software.amazon.awssdk.utils.cache -
-
Uses of CachedSupplier in software.amazon.awssdk.utils.cache
Methods in software.amazon.awssdk.utils.cache that return CachedSupplier Modifier and Type Method Description CachedSupplier<T>CachedSupplier.Builder. build()Create aCachedSupplierusing the current configuration of this builder.Methods in software.amazon.awssdk.utils.cache with parameters of type CachedSupplier Modifier and Type Method Description default voidCachedSupplier.PrefetchStrategy. initializeCachedSupplier(CachedSupplier<?> cachedSupplier)Invoked when the prefetch strategy is registered with aCachedSupplier.voidNonBlocking. initializeCachedSupplier(CachedSupplier<?> cachedSupplier)
-