Class ScanOutcome


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

      • ScanOutcome

        public ScanOutcome​(ScanResult 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.
      • getScanResult

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