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 QueryOutcome



  • public class QueryOutcome
    extends Object 
    The outcome of query on DynamoDB table.
    • Constructor Detail

      • QueryOutcome

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

      • getItems

        public List<Item> getItems()
        Returns a non-null list of the returned items; can be empty.
      • getQueryResult

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

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