| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
WriteBatch |
WriteBatch.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Collection<WriteBatch> |
BatchWriteItemEnhancedRequest.writeBatches()
Returns the collection of
WriteBatch in this request object. |
| Modifier and Type | Method and Description |
|---|---|
BatchWriteItemEnhancedRequest.Builder |
BatchWriteItemEnhancedRequest.Builder.addWriteBatch(WriteBatch writeBatch)
Adds a write batch to the collection of batches on this builder.
|
BatchWriteItemEnhancedRequest.Builder |
BatchWriteItemEnhancedRequest.Builder.writeBatches(WriteBatch... writeBatches)
Sets one or more write batches to use in the batchWriteItem operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchWriteItemEnhancedRequest.Builder |
BatchWriteItemEnhancedRequest.Builder.writeBatches(Collection<WriteBatch> writeBatches)
Sets a collection of write batches to use in the batchWriteItem operation.
|
Copyright © 2023. All rights reserved.