| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb.extensions.annotations | |
| software.amazon.awssdk.enhanced.dynamodb.mapper.annotations |
| Modifier and Type | Class and Description |
|---|---|
interface |
DynamoDbAtomicCounter
Used to explicitly designate an attribute to be an auto-generated counter updated unconditionally in DynamoDB.
|
interface |
DynamoDbAutoGeneratedTimestampAttribute
Denotes this attribute as recording the auto generated last updated timestamp for the record.
|
interface |
DynamoDbVersionAttribute
Denotes this attribute as recording the version record number to be used for optimistic locking.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
DynamoDbPartitionKey
Denotes this attribute as being the primary partition key of the DynamoDb table.
|
interface |
DynamoDbSecondaryPartitionKey
Denotes a partition key for a global secondary index.
|
interface |
DynamoDbSecondarySortKey
Denotes an optional sort key for a global or local secondary index.
|
interface |
DynamoDbSortKey
Denotes this attribute as being the optional primary sort key of the DynamoDb table.
|
interface |
DynamoDbUpdateBehavior
Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem.
|
Copyright © 2023. All rights reserved.