public class GetItemOutcome
extends Object
The outcome of getting an item from 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 an
Item
; or null if the
item doesn't exist.
-
Constructor Details
-
GetItemOutcome
- Parameters:
result
- the low-level result; must not be null
-
Method Details
-
getItem
Returns all the returned attributes as an
Item
; or null if the
item doesn't exist.
-
getGetItemResult
Returns a non-null low-level result returned from the server side.
-