Class ScanOutcome

java.lang.Object
com.amazonaws.services.dynamodbv2.document.ScanOutcome

public class ScanOutcome extends Object
The outcome of scanning the DynamoDB table.
  • Constructor Details

    • ScanOutcome

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

    • getItems

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

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

      public String toString()
      Overrides:
      toString in class Object