| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.operations |
| Modifier and Type | Method and Description |
|---|---|
static <T> ReadBatch<T> |
ReadBatch.of(MappedTable<T> mappedTable,
BatchableReadOperation... readOperations) |
static <T> ReadBatch<T> |
ReadBatch.of(MappedTable<T> mappedTable,
Collection<BatchableReadOperation> readOperations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ReadBatch> |
BatchGetItem.getReadBatches() |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetItem |
BatchGetItem.of(ReadBatch... readBatches) |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetItem |
BatchGetItem.of(Collection<ReadBatch> readBatches) |
BatchGetItem.Builder |
BatchGetItem.Builder.readBatches(Collection<ReadBatch> readBatches) |
Copyright © 2019. All rights reserved.