T - The type of objects held in this list.Iterable<T>, Collection<T>, List<T>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 | Description |
|---|---|
PaginatedScanList(DynamoDbMapper mapper,
Class<T> clazz,
DynamoDBClient dynamo,
ScanRequest scanRequest,
ScanResponse scanResult,
DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
DynamoDbMapperConfig config) |
parallelStream, removeIf, streamequals, hashCode, of, of, of, of, of, of, of, of, of, of, of, of, replaceAll, sort, spliteratorequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, loadAllResults, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraypublic PaginatedScanList(DynamoDbMapper mapper, Class<T> clazz, DynamoDBClient dynamo, ScanRequest scanRequest, ScanResponse scanResult, DynamoDbMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy, DynamoDbMapperConfig config)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.