Uses of Interface
software.amazon.awssdk.utils.AttributeMap.LazyValue
Packages that use AttributeMap.LazyValue
-
Uses of AttributeMap.LazyValue in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type AttributeMap.LazyValueModifier and TypeMethodDescriptionAttributeMap.Builder.putLazy(AttributeMap.Key<T> key, AttributeMap.LazyValue<T> lazyValue) Add a mapping between the provided key and value provider.AttributeMap.Builder.putLazyIfAbsent(AttributeMap.Key<T> key, AttributeMap.LazyValue<T> lazyValue) Equivalent toAttributeMap.Builder.putLazy(Key, LazyValue), but does not assign the value if there is already a non-null value assigned for the provided key.