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/client/DefaultDynamoDbAsyncTable.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/client/DefaultDynamoDbTable.java
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/OptimisticLockingHelper.java
+22-34Lines changed: 22 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -67,28 +67,6 @@ public static TransactDeleteItemEnhancedRequest withOptimisticLocking(
67
67
.build();
68
68
}
69
69
70
-
/**
71
-
* Applies optimistic locking if the item has version information.
72
-
*
73
-
* @param <T> the type of the item
74
-
* @param request the original delete request
75
-
* @param keyItem the item containing version information
76
-
* @param tableSchema the table schema
77
-
* @return delete request with optimistic locking if version exists, otherwise original request
0 commit comments