| Modifier and Type | Method and Description |
|---|---|
static <T> Page<T> |
Page.create(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.create(List<T> items,
Map<String,AttributeValue> lastEvaluatedKey)
Static constructor for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static <ResponseT,ItemT> |
Utils.readAndTransformPaginatedItems(ResponseT response,
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 |
|---|---|
Page<T> |
Query.transformResponse(QueryResponse response,
TableSchema<T> tableSchema,
OperationContext context,
MapperExtension mapperExtension) |
Page<T> |
Scan.transformResponse(ScanResponse response,
TableSchema<T> tableSchema,
OperationContext context,
MapperExtension mapperExtension) |
Copyright © 2020. All rights reserved.