public final class BatchGetResultPage extends Object
DynamoDbEnhancedClient.batchGetItem(BatchGetItemEnhancedRequest).
Use the resultsForTable(MappedTableResource) method once for each table present in the request
to retrieve items from that table in the page.
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchGetResultPage.Builder
A builder that is used to create a result object with the desired parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchGetResultPage.Builder |
builder()
Creates a newly initialized builder for a result object.
|
<T> List<T> |
resultsForTable(MappedTableResource<T> mappedTable)
Retrieve all items on this result page belonging to the supplied table.
|
public static BatchGetResultPage.Builder builder()
public <T> List<T> resultsForTable(MappedTableResource<T> mappedTable)
T - the type of the table itemsmappedTable - the table to retrieve items forCopyright © 2020. All rights reserved.