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
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,7 @@ public static void PutItemQueryItemWithBeacon(
212
212
.standardBeacons(standardBeaconList)
213
213
.version(1) // MUST be 1
214
214
.maximumNumberOfPartitions(8)
215
+
.defaultNumberOfPartitions(1) //For beacons that do not require partitioning, only a single partition is used.
215
216
.keyStore(keyStore)
216
217
.keySource(
217
218
BeaconKeySource
@@ -365,26 +366,17 @@ public static void PutItemQueryItemWithBeacon(
0 commit comments