Uses of Class
software.amazon.awssdk.utils.cache.RefreshResult
-
Packages that use RefreshResult Package Description software.amazon.awssdk.utils.cache -
-
Uses of RefreshResult in software.amazon.awssdk.utils.cache
Methods in software.amazon.awssdk.utils.cache that return RefreshResult Modifier and Type Method Description RefreshResult<T>RefreshResult.Builder. build()Build aRefreshResultusing the values currently configured in this builder.default <T> RefreshResult<T>CachedSupplier.PrefetchStrategy. fetch(Supplier<RefreshResult<T>> supplier)Invoke the provided supplier to retrieve the refresh result.<T> RefreshResult<T>NonBlocking. fetch(Supplier<RefreshResult<T>> supplier)Method parameters in software.amazon.awssdk.utils.cache with type arguments of type RefreshResult Modifier and Type Method Description static <T> CachedSupplier.Builder<T>CachedSupplier. builder(Supplier<RefreshResult<T>> valueSupplier)Retrieve a builder that can be used for creating aCachedSupplier.default <T> RefreshResult<T>CachedSupplier.PrefetchStrategy. fetch(Supplier<RefreshResult<T>> supplier)Invoke the provided supplier to retrieve the refresh result.<T> RefreshResult<T>NonBlocking. fetch(Supplier<RefreshResult<T>> supplier)
-