public class UpdateItemOutcome extends Object
| Constructor and Description | 
|---|
| UpdateItemOutcome(UpdateItemResult result) | 
| Modifier and Type | Method and 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() | 
public UpdateItemOutcome(UpdateItemResult result)
result - the low-level result; must not be nullpublic UpdateItemResult getUpdateItemResult()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.