Annotation Interface DoNotEncrypt


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface DoNotEncrypt
Prevents the associated item (class or attribute) from being encrypted.

For guidance on performing a safe data model change procedure, please see DynamoDB Encryption Client Developer Guide: Changing your data model

Author:
Greg Rubin