| Package | Description | 
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.operations | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> WriteBatch<T> | WriteBatch. of(MappedTable<T> mappedTable,
  BatchableWriteOperation<T>... writeOperations) | 
| static <T> WriteBatch<T> | WriteBatch. of(MappedTable<T> mappedTable,
  Collection<BatchableWriteOperation<T>> writeOperations) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<WriteBatch> | BatchWriteItem. getWriteBatches() | 
| Modifier and Type | Method and Description | 
|---|---|
| static BatchWriteItem | BatchWriteItem. of(WriteBatch... writeBatches) | 
| Modifier and Type | Method and Description | 
|---|---|
| static BatchWriteItem | BatchWriteItem. of(Collection<WriteBatch> writeBatches) | 
| BatchWriteItem.Builder | BatchWriteItem.Builder. writeBatches(Collection<WriteBatch> writeBatches) | 
Copyright © 2019. All rights reserved.