Uses of Enum Class
com.amazonaws.services.dynamodbv2.datamodeling.encryption.EncryptionFlags
-
Uses of EncryptionFlags in com.amazonaws.services.dynamodbv2.datamodeling.encryption
Modifier and TypeMethodDescriptionstatic EncryptionFlags
Returns the enum constant of this class with the specified name.static EncryptionFlags[]
EncryptionFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDynamoDBEncryptor.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.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.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.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.