Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.annotations.BeanTableSchemaAttributeTag
-
Packages that use BeanTableSchemaAttributeTag Package Description software.amazon.awssdk.enhanced.dynamodb.extensions.annotations software.amazon.awssdk.enhanced.dynamodb.mapper.annotations -
-
Uses of BeanTableSchemaAttributeTag in software.amazon.awssdk.enhanced.dynamodb.extensions.annotations
Classes in software.amazon.awssdk.enhanced.dynamodb.extensions.annotations with annotations of type BeanTableSchemaAttributeTag Modifier and Type Class Description interfaceDynamoDbAtomicCounterUsed to explicitly designate an attribute to be an auto-generated counter updated unconditionally in DynamoDB.interfaceDynamoDbAutoGeneratedTimestampAttributeDenotes this attribute as recording the auto generated last updated timestamp for the record.interfaceDynamoDbVersionAttributeDenotes this attribute as recording the version record number to be used for optimistic locking. -
Uses of BeanTableSchemaAttributeTag in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Classes in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations with annotations of type BeanTableSchemaAttributeTag Modifier and Type Class Description interfaceDynamoDbPartitionKeyDenotes this attribute as being the primary partition key of the DynamoDb table.interfaceDynamoDbSecondaryPartitionKeyDenotes a partition key for a global secondary index.interfaceDynamoDbSecondarySortKeyDenotes an optional sort key for a global or local secondary index.interfaceDynamoDbSortKeyDenotes this attribute as being the optional primary sort key of the DynamoDb table.interfaceDynamoDbUpdateBehaviorSpecifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem.
-