Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.WriteBatch
-
Packages that use WriteBatch Package Description software.amazon.awssdk.enhanced.dynamodb.model -
-
Uses of WriteBatch in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return WriteBatch Modifier and Type Method Description WriteBatchWriteBatch.Builder. build()Methods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type WriteBatch Modifier and Type Method Description Collection<WriteBatch>BatchWriteItemEnhancedRequest. writeBatches()Returns the collection ofWriteBatchin this request object.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type WriteBatch Modifier and Type Method Description BatchWriteItemEnhancedRequest.BuilderBatchWriteItemEnhancedRequest.Builder. addWriteBatch(WriteBatch writeBatch)Adds a write batch to the collection of batches on this builder.BatchWriteItemEnhancedRequest.BuilderBatchWriteItemEnhancedRequest.Builder. writeBatches(WriteBatch... writeBatches)Sets one or more write batches to use in the batchWriteItem operation.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type WriteBatch Modifier and Type Method Description BatchWriteItemEnhancedRequest.BuilderBatchWriteItemEnhancedRequest.Builder. writeBatches(Collection<WriteBatch> writeBatches)Sets a collection of write batches to use in the batchWriteItem operation.
-