com.github.dwhjames.awswrap.dynamodb.AmazonDynamoDBScalaMapper
Delete a DynamoDB item by a hash key.
Delete a DynamoDB item by a hash key.
If an item with the given key was deleted then the deleted object returned, otherwise none.
a type that is viewable as an AttributeValue.
a string, number, or byte array that is the hash key value of the item to be deleted.
an implicit object serializer.
the deleted object, or None, in a future.
Delete a DynamoDB item by a hash key and range key.
Delete a DynamoDB item by a hash key and range key.
If an item with the given key was deleted then the deleted object returned, otherwise none.
a type that is viewable as an AttributeValue.
a type that is viewable as an AttributeValue.
an implicit object serializer.
the deleted object, or None, in a future.