Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.ScanResultPage

Packages that use ScanResultPage
com.amazonaws.services.dynamodbv2.datamodeling   
 

Uses of ScanResultPage in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return ScanResultPage
<T> ScanResultPage<T>
DynamoDBMapper.scanPage(Class<T> clazz, DynamoDBScanExpression scanExpression)
          Scans through an Amazon DynamoDB table and returns a single page of matching results.
<T> ScanResultPage<T>
DynamoDBMapper.scanPage(Class<T> clazz, DynamoDBScanExpression scanExpression, DynamoDBMapperConfig config)
          Scans through an Amazon DynamoDB table and returns a single page of matching results.
 



Copyright © 2016. All rights reserved.