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 WriteBatch
WriteBatch.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 ofWriteBatch
in this request object.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type WriteBatch Modifier and Type Method 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.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type WriteBatch Modifier and Type Method Description BatchWriteItemEnhancedRequest.Builder
BatchWriteItemEnhancedRequest.Builder. writeBatches(Collection<WriteBatch> writeBatches)
Sets a collection of write batches to use in the batchWriteItem operation.
-