| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
List<TransactWriteItem> |
TransactWriteItemsRequest.transactItems()
An ordered array of up to 25
TransactWriteItem objects, each of which contains a
ConditionCheck, Put, Update, or Delete object. |
| Modifier and Type | Method and Description |
|---|---|
TransactWriteItemsRequest.Builder |
TransactWriteItemsRequest.Builder.transactItems(TransactWriteItem... transactItems)
An ordered array of up to 25
TransactWriteItem objects, each of which contains a
ConditionCheck, Put, Update, or Delete object. |
| Modifier and Type | Method and Description |
|---|---|
TransactWriteItemsRequest.Builder |
TransactWriteItemsRequest.Builder.transactItems(Collection<TransactWriteItem> transactItems)
An ordered array of up to 25
TransactWriteItem objects, each of which contains a
ConditionCheck, Put, Update, or Delete object. |
Copyright © 2022. All rights reserved.