Uses of Interface
software.amazon.awssdk.utils.AttributeMap.LazyValue
-
Packages that use AttributeMap.LazyValue Package Description software.amazon.awssdk.utils -
-
Uses of AttributeMap.LazyValue in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type AttributeMap.LazyValue Modifier and Type Method Description <T> AttributeMap.BuilderAttributeMap.Builder. putLazy(AttributeMap.Key<T> key, AttributeMap.LazyValue<T> lazyValue)Add a mapping between the provided key and value provider.<T> AttributeMap.BuilderAttributeMap.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.
-