public class DeleteItemOutcome
extends Object
The outcome of deleting an item from a DynamoDB table.
-
Constructor Summary
Constructors
-
Method Summary
Returns a non-null low-level result returned from the server side.
Returns all the returned attributes as a (non-null)
Item
.
-
Constructor Details
-
DeleteItemOutcome
- Parameters:
result
- the low-level result; must not be null
-
Method Details
-
getItem
Returns all the returned attributes as a (non-null)
Item
.
-
getDeleteItemResult
Returns a non-null low-level result returned from the server side.
-