JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.dynamodbv2.document

Class DeleteItemOutcome



  • public class DeleteItemOutcome
    extends Object 
    The outcome of deleting an item from a DynamoDB table.
    • Constructor Detail

      • DeleteItemOutcome

        public DeleteItemOutcome(DeleteItemResult result)
        Parameters:
        result - the low-level result; must not be null
    • Method Detail

      • getItem

        public Item getItem()
        Returns all the returned attributes as an Item; or null if the item doesn't exist.
      • getDeleteItemResult

        public DeleteItemResult getDeleteItemResult()
        Returns a non-null low-level result returned from the server side.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /