Uses of Class
software.amazon.awssdk.utils.AttributeMap.Builder
-
Packages that use AttributeMap.Builder Package Description software.amazon.awssdk.utils -
-
Uses of AttributeMap.Builder in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return AttributeMap.Builder Modifier and Type Method Description static AttributeMap.BuilderAttributeMap. builder()<T> AttributeMap.BuilderAttributeMap.Builder. put(AttributeMap.Key<T> key, T value)Add a mapping between the provided key and value.AttributeMap.BuilderAttributeMap.Builder. putAll(Map<? extends AttributeMap.Key<?>,?> attributes)Adds all the attributes from the map provided.AttributeMap.BuilderAttributeMap. toBuilder()
-