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

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

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

Methods in com.amazonaws.services.dynamodb.datamodeling that return ScanResultPage
<T> ScanResultPage<T>
DynamoDBMapper.scanPage(Class<T> clazz, DynamoDBScanExpression scanExpression)
          Deprecated. 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)
          Deprecated. Scans through an Amazon DynamoDB table and returns a single page of matching results.
 



Copyright © 2016. All rights reserved.