Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and Description |
---|---|
PageIterable<Item,R> |
ItemCollection.pages()
Returns an
Iterable<Page<Item, R>> that iterates over pages of
items from this collection. |
PageIterable<Table,R> |
TableCollection.pages()
Returns an
Iterable<Page<Table, R>> that iterates over pages of
tables from this collection. |
Modifier and Type | Method and Description |
---|---|
PageIterable<T,R> |
PageBasedCollection.pages()
Returns an iterator over pages of type
T . |
Copyright © 2023. All rights reserved.