T
- The type of objects held in this list.public class PaginatedScanList<T> extends PaginatedList<T>
This is an unmodifiable list, so callers should not invoke any operations that modify this list, otherwise they will throw an UnsupportedOperationException.
PaginatedList
Constructor and Description |
---|
PaginatedScanList(DynamoDBMapper mapper,
java.lang.Class<T> clazz,
AmazonDynamoDB dynamo,
ScanRequest scanRequest,
ScanResult scanResult,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDBMapperConfig config)
Constructor.
|
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
public PaginatedScanList(DynamoDBMapper mapper, java.lang.Class<T> clazz, AmazonDynamoDB dynamo, ScanRequest scanRequest, ScanResult scanResult, DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDBMapperConfig config)
mapper
- an instance of DynamoDBMapper
clazz
- the class that is being mapped to a dynamodb tabledynamo
- an instance of AmazonDynamoDB
scanRequest
- a ScanRequest
scanResult
- a ScanResult
paginationLoadingStrategy
- DynamoDBMapperConfig.PaginationLoadingStrategy
config
- the DynamoDBMapperConfig
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.