| 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. readBatches() | 
| 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 © 2020. All rights reserved.