| Modifier and Type | Method and Description |
|---|---|
static <T> Page<T> |
Page.of(List<T> items)
Static constructor for this object that sets a null 'lastEvaluatedKey' which indicates this is the final page
of results.
|
static <T> Page<T> |
Page.of(List<T> items,
Map<String,AttributeValue> lastEvaluatedKey)
Static constructor for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT,ItemT> |
Utils.readAndTransformPaginatedItems(TableSchema<ItemT> tableSchema,
OperationContext operationContext,
MapperExtension mapperExtension,
Function<ResponseT,List<Map<String,AttributeValue>>> getItems,
Function<ResponseT,Map<String,AttributeValue>> getLastEvaluatedKey) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Page<T>> |
Query.transformResponse(QueryIterable response,
TableSchema<T> tableSchema,
OperationContext operationContext,
MapperExtension mapperExtension) |
Iterable<Page<T>> |
Scan.transformResponse(ScanIterable response,
TableSchema<T> tableSchema,
OperationContext operationContext,
MapperExtension mapperExtension) |
Copyright © 2019. All rights reserved.