File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ default BatchGetResultPageIterable batchGetItem(Consumer<BatchGetItemEnhancedReq
168
168
* The additional configuration parameters that the enhanced client supports are defined
169
169
* in the {@link BatchWriteItemEnhancedRequest}.
170
170
* <p>
171
- * A single call of BatchWriteItem has the same limit of items of the low-level DynamoDB API BatchWriteItem operation,
171
+ * A single call to BatchWriteItem has the same limit of items as the low-level DynamoDB API BatchWriteItem operation,
172
172
* considering all items across all WriteBatches.
173
173
* <p>
174
174
* <b>Note: </b> BatchWriteItem cannot update items. Instead, use the individual updateItem operation
@@ -221,7 +221,7 @@ default BatchWriteResult batchWriteItem(BatchWriteItemEnhancedRequest request) {
221
221
* The additional configuration parameters that the enhanced client supports are defined
222
222
* in the {@link BatchWriteItemEnhancedRequest}.
223
223
* <p>
224
- * A single call of BatchWriteItem has the same limit of items of the low-level DynamoDB API BatchWriteItem operation,
224
+ * A single call to BatchWriteItem has the same limit of items as the low-level DynamoDB API BatchWriteItem operation,
225
225
* considering all items across all WriteBatches.
226
226
* <p>
227
227
* <b>Note: </b> BatchWriteItem cannot update items. Instead, use the individual updateItem operation
You can’t perform that action at this time.
0 commit comments