Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.document.internal |
Modifier and Type | Method and Description |
---|---|
abstract Page<T,R> |
Page.nextPage()
Retrieves the next page.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ListTablesPage |
(package private) class |
QueryPage |
(package private) class |
ScanPage |
Modifier and Type | Field and Description |
---|---|
private Page<T,R> |
PageIterator.page |
Modifier and Type | Method and Description |
---|---|
Page<Item,ScanOutcome> |
ScanCollection.firstPage() |
Page<Item,QueryOutcome> |
QueryCollection.firstPage() |
abstract Page<T,R> |
PageBasedCollection.firstPage() |
Page<Table,ListTablesResult> |
ListTablesCollection.firstPage() |
Page<T,R> |
PageIterator.next() |
Page<Item,ScanOutcome> |
ScanPage.nextPage() |
Page<Item,QueryOutcome> |
QueryPage.nextPage() |
Page<Table,ListTablesResult> |
ListTablesPage.nextPage() |