You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/operations/UpdateItemOperation.java
+31-11Lines changed: 31 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ public UpdateItemRequest generateRequest(TableSchema<T> tableSchema,
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/update/UpdateExpressionConverter.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/update/UpdateExpressionResolver.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/TransactUpdateItemEnhancedRequest.java
+11-17Lines changed: 11 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -247,27 +247,21 @@ public Builder<T> item(T item) {
247
247
}
248
248
249
249
/**
250
-
* Define an {@link UpdateExpression} to control updating specific parts of the item in DynamoDb. The update expression
251
-
* corresponds to the DynamoDb update expression format. It can be used to set, modify and delete attributes for use cases
252
-
* that simply supplying the item does not cover; in particular, manipulating composed attributes such as sets or lists:
253
-
* <ul>
254
-
* <li>Add/remove elements to/from list attributes</li>
255
-
* <li>Add/remove elements to/from set attributes</li>
256
-
* <li>Unset or nullify attributes without modifying the whole attribute</li>
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/UpdateItemEnhancedRequest.java
+11-17Lines changed: 11 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -332,27 +332,21 @@ public Builder<T> item(T item) {
332
332
}
333
333
334
334
/**
335
-
* Define an {@link UpdateExpression} to control updating specific parts of the item in DynamoDb. The update expression
336
-
* corresponds to the DynamoDb update expression format. It can be used to set, modify and delete attributes for use cases
337
-
* that simply supplying the item does not cover; in particular, manipulating composed attributes such as sets or lists:
338
-
* <ul>
339
-
* <li>Add/remove elements to/from list attributes</li>
340
-
* <li>Add/remove elements to/from set attributes</li>
341
-
* <li>Unset or nullify attributes without modifying the whole attribute</li>
0 commit comments