Uses of Class
com.amazonaws.services.dynamodbv2.document.utils.ValueList
Packages that use ValueList
-
Uses of ValueList in com.amazonaws.services.dynamodbv2.document.utils
Methods in com.amazonaws.services.dynamodbv2.document.utils that return ValueListModifier and TypeMethodDescriptionAppends the given value to this list.ValueList.appendBinary
(byte[] val) Appends the given value to this list.ValueList.appendBinarySet
(byte[]... val) Appends the given values to this list as a set of byte arrays.ValueList.appendBinarySet
(Set<byte[]> val) Appends the given value to this list.ValueList.appendBoolean
(boolean val) Appends the given value to this list.ValueList.appendInt
(int val) Appends the given value to this list.ValueList.appendList
(Object... vals) Appends the given values to this list as a list.ValueList.appendList
(List<?> val) Appends the given value to this list.ValueList.appendLong
(long val) Appends the given value to this list.Appends the given value to this list.ValueList.appendNull()
Appends a null value to this list.ValueList.appendNumber
(Number val) Appends the given value to this list.ValueList.appendNumber
(BigDecimal val) Appends the given value to this list.ValueList.appendNumberSet
(Number... val) Appends the given values to this list as a number set.ValueList.appendNumberSet
(BigDecimal... val) Appends the given value to this list as a set of BigDecimals.ValueList.appendNumberSet
(Set<BigDecimal> val) Appends the given value to this list.ValueList.appendString
(String val) Appends the given value to this list.ValueList.appendStringSet
(String... val) Appends the given values to this list as a string set.ValueList.appendStringSet
(Set<String> val) Appends the given value to this list.