Uses of Class
software.amazon.awssdk.utils.AttributeMap.Key
-
Packages that use AttributeMap.Key Package Description software.amazon.awssdk.utils -
-
Uses of AttributeMap.Key in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils with parameters of type AttributeMap.Key Modifier and Type Method Description <T> booleanAttributeMap. containsKey(AttributeMap.Key<T> typedKey)Return true if the provided key is configured in this map.<T> TAttributeMap.Builder. get(AttributeMap.Key<T> key)<T> TAttributeMap. get(AttributeMap.Key<T> key)Get the value associated with the provided key from this map.<T> AttributeMap.BuilderAttributeMap.Builder. put(AttributeMap.Key<T> key, T value)Add a mapping between the provided key and value.Method parameters in software.amazon.awssdk.utils with type arguments of type AttributeMap.Key Modifier and Type Method Description AttributeMap.BuilderAttributeMap.Builder. putAll(Map<? extends AttributeMap.Key<?>,?> attributes)Adds all the attributes from the map provided.
-