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/Migration/PlaintextToAWSDBE/src/test/java/software/amazon/cryptography/examples/migration/awsdbe/encrypttable/TestEncryptExistingTable.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,8 @@ public class TestEncryptExistingTable {
55
55
56
56
publicstaticvoidEncryptExistingTable(
57
57
StringkmsKeyId,
58
-
StringddbTableName
58
+
StringddbTableName,
59
+
StringpartitionKey
59
60
) {
60
61
// 1. Continue to configure your Keyring, Table Schema,
61
62
// and allowedUnsignedAttributes as you did in Step 1.
@@ -139,7 +140,7 @@ public static void EncryptExistingTable(
0 commit comments