Class UpdateItemOutcome
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.document.UpdateItemOutcome
-
public class UpdateItemOutcome extends Object
The outcome of updating an item in a DynamoDB table.
-
-
Constructor Summary
Constructors Constructor Description UpdateItemOutcome(UpdateItemResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Item
getItem()
Returns all the returned attributes as a (non-null)Item
.UpdateItemResult
getUpdateItemResult()
Returns a non-null low-level result returned from the server side.String
toString()
-
-
-
Constructor Detail
-
UpdateItemOutcome
public UpdateItemOutcome(UpdateItemResult result)
- Parameters:
result
- the low-level result; must not be null
-
-
Method Detail
-
getUpdateItemResult
public UpdateItemResult getUpdateItemResult()
Returns a non-null low-level result returned from the server side.
-
-