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 Details

    • UpdateItemOutcome

      public UpdateItemOutcome(UpdateItemResult result)
      Parameters:
      result - the low-level result; must not be null
  • Method Details

    • getItem

      public Item getItem()
      Returns all the returned attributes as a (non-null) Item.
    • getUpdateItemResult

      public UpdateItemResult getUpdateItemResult()
      Returns a non-null low-level result returned from the server side.
    • toString

      public String toString()
      Overrides:
      toString in class Object