Skip to content

Commit d61e83b

Browse files
authored
Update DynamoDB Enhanced async client javadoc for transact size limit (#4414)
1 parent c5e19a3 commit d61e83b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/DynamoDbEnhancedAsyncClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ default CompletableFuture<BatchWriteResult> batchWriteItem(Consumer<BatchWriteIt
262262

263263
/**
264264
* 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
266266
* {@link GetItemEnhancedRequest}.
267267
* <p>
268268
* The additional configuration parameters that the enhanced client supports are defined
@@ -298,7 +298,7 @@ default CompletableFuture<List<Document>> transactGetItems(TransactGetItemsEnhan
298298

299299
/**
300300
* 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
302302
* {@link GetItemEnhancedRequest}.
303303
* <p>
304304
* The additional configuration parameters that the enhanced client supports are defined
@@ -336,7 +336,7 @@ default CompletableFuture<List<Document>> transactGetItems(
336336

337337
/**
338338
* 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
340340
* one of the following requests:
341341
* <ul>
342342
* <li>Condition check of item - {@link ConditionCheck}</li>
@@ -384,7 +384,7 @@ default CompletableFuture<Void> transactWriteItems(TransactWriteItemsEnhancedReq
384384

385385
/**
386386
* 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
388388
* one of the following requests:
389389
* <ul>
390390
* <li>Condition check of item - {@link ConditionCheck}</li>

0 commit comments

Comments
 (0)