Uses of Interface
software.amazon.awssdk.utils.SdkAutoCloseable
Packages that use SdkAutoCloseable
Package
Description
-
Uses of SdkAutoCloseable in software.amazon.awssdk.utils
Classes in software.amazon.awssdk.utils that implement SdkAutoCloseableModifier and TypeClassDescriptionfinal classA map fromAttributeMap.Key<T>toTthat ensures the values stored with a key matches the type associated with the key.classLazy<T>A class that lazily constructs a value the first timeLazy.getValue()is invoked. -
Uses of SdkAutoCloseable in software.amazon.awssdk.utils.async
Classes in software.amazon.awssdk.utils.async that implement SdkAutoCloseable -
Uses of SdkAutoCloseable in software.amazon.awssdk.utils.cache
Subinterfaces of SdkAutoCloseable in software.amazon.awssdk.utils.cacheModifier and TypeInterfaceDescriptionstatic interfaceThe way in which the cache should be pre-fetched when the data'sRefreshResult.prefetchTime()arrives.Classes in software.amazon.awssdk.utils.cache that implement SdkAutoCloseableModifier and TypeClassDescriptionclassA wrapper for aSupplierthat applies certain caching rules to the retrieval of its value, including customizable pre-fetching behaviors for updating values as they get close to expiring so that not all threads have to block to update the value.classACachedSupplier.PrefetchStrategythat will run a single thread in the background to update the value.classACachedSupplier.PrefetchStrategythat will have one caller at a time block to update the value.