Uses of Class
com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
-
Packages that use PaginatedList Package Description com.amazonaws.services.dynamodbv2.datamodeling -
-
Uses of PaginatedList in com.amazonaws.services.dynamodbv2.datamodeling
Subclasses of PaginatedList in com.amazonaws.services.dynamodbv2.datamodeling Modifier and Type Class Description classPaginatedParallelScanList<T>Implementation of the List interface that represents the results from a parallel scan in AWS DynamoDB.classPaginatedQueryList<T>Implementation of the List interface that represents the results from a query in AWS DynamoDB.classPaginatedScanList<T>Implementation of the List interface that represents the results from a scan in AWS DynamoDB.
-