Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.WriteBatch
Packages that use WriteBatch
-
Uses of WriteBatch in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return WriteBatchMethods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type WriteBatchModifier and TypeMethodDescriptionBatchWriteItemEnhancedRequest.writeBatches()Returns the collection ofWriteBatchin this request object.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type WriteBatchModifier and TypeMethodDescriptionBatchWriteItemEnhancedRequest.Builder.addWriteBatch(WriteBatch writeBatch) Adds a write batch to the collection of batches on this builder.BatchWriteItemEnhancedRequest.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 WriteBatchModifier and TypeMethodDescriptionBatchWriteItemEnhancedRequest.Builder.writeBatches(Collection<WriteBatch> writeBatches) Sets a collection of write batches to use in the batchWriteItem operation.