com.github.dwhjames.awswrap.dynamodb.AmazonDynamoDBScalaMapper
Load a sequence of objects by a sequence of hash key values and a sequences of range key values.
Load a sequence of objects by a sequence of hash key values and a sequences of range key values.
This method will internally make repeated batchGetItem calls, with up to 25 keys at a time, until all of the given keys have been requested.
a type that is viewable as an AttributeValue.
a type that is viewable as an AttributeValue.
an implicit object serializer.
sequence of retrieved objects in a future.
Load a sequence of objects by a sequence of hash key values.
Load a sequence of objects by a sequence of hash key values.
This method will internally make repeated batchGetItem calls, with up to 25 keys at a time, until all of the given keys have been requested.
a type that is viewable as an AttributeValue.
the hash key values of the objects to retrieve.
an implicit object serializer.
sequence of retrieved objects in a future.