JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
com.amazonaws.services.dynamodbv2.datamodeling.encryption
Annotation Type DoNotEncrypt
@Target
({
TYPE
,
METHOD
,
FIELD
})
@Retention
(
RUNTIME
) public @interface
DoNotEncrypt
Prevents the associated item (class or attribute) from being encrypted.
Author:
Greg Rubin