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