com.github.dwhjames.awswrap.dynamodb.AmazonDynamoDBScalaMapper
Delete items by a sequence of hash key values and a sequence of range key values.
Delete items by a sequence of hash key values and a sequence of range key values.
This method will internally make repeated batchWriteItem calls, with up to 25 keys at a time, until all the input keys have been deleted.
a type that is viewable as an AttributeValue.
a type that is viewable as an AttributeValue.
an implicit object serializer.
Delete items by a sequence of hash key values.
Delete items by a sequence of hash key values.
This method will internally make repeated batchWriteItem calls, with up to 25 keys at a time, until all the input keys have been deleted.
a type that is viewable as an AttributeValue.
the hash key values of the items to delete.
an implicit object serializer.