JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Annotation Type DynamoDbIgnore
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@SdkPublicApi
public @interface
DynamoDbIgnore
Opts this attribute out of participating in the table schema. It will be completely ignored by the mapper.
Example using
DynamoDbIgnore
: