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