com.github.dwhjames.awswrap.dynamodb.AmazonDynamoDBScalaMapper
Load an object by its hash key and range key.
Load an object by its hash key and range key.
If the item is not found in the DynamoDB table, then None is returned.
a type that is viewable as an AttributeValue.
a type that is viewable as an AttributeValue.
an implicit object serializer.
the retreived object, or None, in a future.
Load an object by its hash key.
Load an object by its hash key.
If the item is not found in the DynamoDB table, then None is returned.
a type that is viewable as an AttributeValue.
the hash key of the object to retrieve.
an implicit object serializer.
the retreived object, or None, in a future.