Uses of Class
software.amazon.awssdk.utils.AttributeMap
Packages that use AttributeMap
-
Uses of AttributeMap in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return AttributeMapModifier and TypeMethodDescriptionAttributeMap.Builder.build()AttributeMap.copy()static AttributeMapAttributeMap.empty()AttributeMap.merge(AttributeMap lowerPrecedence) Merges two AttributeMaps into one.Methods in software.amazon.awssdk.utils with parameters of type AttributeMapModifier and TypeMethodDescriptionAttributeMap.merge(AttributeMap lowerPrecedence) Merges two AttributeMaps into one.AttributeMap.Builder.putAll(AttributeMap attributes) Put all of the attributes from the provided map into this one.