Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.PaginatedParallelScanList
Packages that use PaginatedParallelScanList
-
Uses of PaginatedParallelScanList in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return PaginatedParallelScanListModifier and TypeMethodDescription<T> PaginatedParallelScanList
<T> AbstractDynamoDBMapper.parallelScan
(Class<T> clazz, DynamoDBScanExpression scanExpression, int totalSegments) <T> PaginatedParallelScanList
<T> AbstractDynamoDBMapper.parallelScan
(Class<T> clazz, DynamoDBScanExpression scanExpression, int totalSegments, DynamoDBMapperConfig config) <T> PaginatedParallelScanList
<T> DynamoDBMapper.parallelScan
(Class<T> clazz, DynamoDBScanExpression scanExpression, int totalSegments) <T> PaginatedParallelScanList
<T> DynamoDBMapper.parallelScan
(Class<T> clazz, DynamoDBScanExpression scanExpression, int totalSegments, DynamoDBMapperConfig config) <T> PaginatedParallelScanList
<T> IDynamoDBMapper.parallelScan
(Class<T> clazz, DynamoDBScanExpression scanExpression, int totalSegments) Scans through an Amazon DynamoDB table on logically partitioned segments in parallel and returns the matching results in one unmodifiable list of instantiated objects, using the default configuration.<T> PaginatedParallelScanList
<T> IDynamoDBMapper.parallelScan
(Class<T> clazz, DynamoDBScanExpression scanExpression, int totalSegments, DynamoDBMapperConfig config) Scans through an Amazon DynamoDB table on logically partitioned segments in parallel.