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 GetItemOutcome



  • public class GetItemOutcome
    extends Object 
    The outcome of getting an item from DynamoDB table.
    • Constructor Detail

      • GetItemOutcome

        public GetItemOutcome(GetItemResult 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.
      • getGetItemResult

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

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