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: Examples/runtimes/java/DynamoDbEncryption/src/main/java/software/amazon/cryptography/examples/searchableencryption/BasicSearchableEncryptionExample.java
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -392,15 +392,26 @@ public static void PutItemQueryItemWithBeacon(
392
392
//We need to query for all possible parttions
393
393
394
394
for (intpartition = 0; partition < numQueries; partition++) {
0 commit comments