Uses of Class
com.amazonaws.services.dynamodbv2.document.utils.NameMap
-
Packages that use NameMap Package Description com.amazonaws.services.dynamodbv2.document.utils -
-
Uses of NameMap in com.amazonaws.services.dynamodbv2.document.utils
Methods in com.amazonaws.services.dynamodbv2.document.utils that return NameMap Modifier and Type Method Description NameMap
NameMap. with(String key, String value)
Fluent method to sets the given key (attribute name place holder) to the specified value (the actual attribute name.)
-