Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allDecryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
String... doNotDecrypt) |
Returns the decryption flags for all item attributes except for those
explicitly specified to be excluded.
|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allDecryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
Collection<String> doNotDecrypt) |
Returns the decryption flags for all item attributes except for those
explicitly specified to be excluded.
|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allEncryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
String... doNotEncrypt) |
Returns the encryption flags for all item attributes except for those
explicitly specified to be excluded.
|
Map<String,Set<EncryptionFlags>> |
DynamoDBEncryptor.allEncryptionFlagsExcept(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> itemAttributes,
Collection<String> doNotEncrypt) |
Returns the encryption flags for all item attributes except for those
explicitly specified to be excluded.
|