- Type Parameters:
T - UpdateItemRequest or DeleteItemRequest
- All Known Implementing Classes:
- DeleteRequestWrapper, UpdateRequestWrapper
public interface MutateItemRequest<T extends AmazonWebServiceRequest>
To serialize mutations on one primary key in a DynamoDB table, need to be able to handle
UpdateItem and DeleteItem, as Items can be created but not deleted with an UpdateItem.
This wrapper interface allows the Storage Backend to serialize on any mutation, even if
it corresponds to deleting an Item.
- Author:
- Alexander Patrikalakis