@@ -262,7 +262,7 @@ default CompletableFuture<BatchWriteResult> batchWriteItem(Consumer<BatchWriteIt
262
262
263
263
/**
264
264
* Retrieves multiple items from one or more tables in a single atomic transaction. TransactGetItem is a composite operation
265
- * where the request contains a set of up to 25 get requests, each containing a table reference and a
265
+ * where the request contains a set of get requests, each containing a table reference and a
266
266
* {@link GetItemEnhancedRequest}.
267
267
* <p>
268
268
* The additional configuration parameters that the enhanced client supports are defined
@@ -298,7 +298,7 @@ default CompletableFuture<List<Document>> transactGetItems(TransactGetItemsEnhan
298
298
299
299
/**
300
300
* Retrieves multiple items from one or more tables in a single atomic transaction. TransactGetItem is a composite operation
301
- * where the request contains a set of up to 25 get requests, each containing a table reference and a
301
+ * where the request contains a set of get requests, each containing a table reference and a
302
302
* {@link GetItemEnhancedRequest}.
303
303
* <p>
304
304
* The additional configuration parameters that the enhanced client supports are defined
@@ -336,7 +336,7 @@ default CompletableFuture<List<Document>> transactGetItems(
336
336
337
337
/**
338
338
* Writes and/or modifies multiple items from one or more tables in a single atomic transaction. TransactGetItem is a
339
- * composite operation where the request contains a set of up to 25 action requests, each containing a table reference and
339
+ * composite operation where the request contains a set of action requests, each containing a table reference and
340
340
* one of the following requests:
341
341
* <ul>
342
342
* <li>Condition check of item - {@link ConditionCheck}</li>
@@ -384,7 +384,7 @@ default CompletableFuture<Void> transactWriteItems(TransactWriteItemsEnhancedReq
384
384
385
385
/**
386
386
* Writes and/or modifies multiple items from one or more tables in a single atomic transaction. TransactGetItem is a
387
- * composite operation where the request contains a set of up to 25 action requests, each containing a table reference and
387
+ * composite operation where the request contains a set of action requests, each containing a table reference and
388
388
* one of the following requests:
389
389
* <ul>
390
390
* <li>Condition check of item - {@link ConditionCheck}</li>
0 commit comments