Uses of Class
software.amazon.awssdk.utils.cache.RefreshResult
Packages that use RefreshResult
-
Uses of RefreshResult in software.amazon.awssdk.utils.cache
Methods in software.amazon.awssdk.utils.cache that return RefreshResultModifier and TypeMethodDescriptionRefreshResult.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 RefreshResultModifier and TypeMethodDescriptionstatic <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)