Class PutItemOutcome
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.document.PutItemOutcome
-
public class PutItemOutcome extends Object
The outcome of putting an item to a DynamoDB table.
-
-
Constructor Summary
Constructors Constructor Description PutItemOutcome(PutItemResult 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
.PutItemResult
getPutItemResult()
Returns a non-null low-level result returned from the server side.String
toString()
-
-
-
Constructor Detail
-
PutItemOutcome
public PutItemOutcome(PutItemResult result)
- Parameters:
result
- the low-level result; must not be null
-
-