| Interface | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| DeleteRequestWrapper |
DeleteRequestWrapper is the MutateItemRequest implementation that chooses DeleteItemRequest
|
| DeleteResultWrapper |
DeleteResultWrapper is the MutateItemResult implementation that chooses DeleteItemResult
|
| MutateItemResult<T> |
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.
|
| UpdateRequestWrapper |
UpdateRequestWrapper is the MutateItemRequest implementation that chooses UpdateItemRequest
|
| UpdateResultWrapper |
UpdateResultWrapper is the MutateItemResult implementation that chooses UpdateItemResult
|