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

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

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

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return PaginatedScanList
<T> PaginatedScanList<T>
DynamoDBMapper.scan(Class<T> clazz, DynamoDBScanExpression scanExpression)
          Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects, using the default configuration.
<T> PaginatedScanList<T>
DynamoDBMapper.scan(Class<T> clazz, DynamoDBScanExpression scanExpression, DynamoDBMapperConfig config)
          Scans through an Amazon DynamoDB table and returns the matching results as an unmodifiable list of instantiated objects.
 



Copyright © 2016. All rights reserved.