Uses of Class
com.amazonaws.services.dynamodbv2.document.utils.ValueMap
Packages that use ValueMap
-
Uses of ValueMap in com.amazonaws.services.dynamodbv2.document.utils
Methods in com.amazonaws.services.dynamodbv2.document.utils that return ValueMapModifier and TypeMethodDescriptionSets the value of the specified key to the given value.ValueMap.withBinary
(String key, byte[] val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withBinarySet
(String key, byte[]... val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withBinarySet
(String key, Set<byte[]> val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withBoolean
(String key, boolean val) Sets the value of the specified key in the current ValueMap to the boolean value.Sets the value of the specified key in the current ValueMap to the given value.Sets the value of the specified key in the current ValueMap to the given values as a list.Sets the value of the specified key in the current ValueMap to the given value.Sets the value of the specified key in the current ValueMap to the given value.Sets the value of the specified key in the current ValueMap to the given value.Sets the value of the specified key to null.ValueMap.withNumber
(String key, Number val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withNumber
(String key, BigDecimal val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withNumberSet
(String key, Number... val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withNumberSet
(String key, BigDecimal... val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withNumberSet
(String key, Set<BigDecimal> val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withString
(String key, String val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withStringSet
(String key, String... val) Sets the value of the specified key in the current ValueMap to the given value.ValueMap.withStringSet
(String key, Set<String> val) Sets the value of the specified key in the current ValueMap to the given value.