Uses of Package
software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
-
Classes in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations used by software.amazon.awssdk.enhanced.dynamodb.extensions.annotations Class Description BeanTableSchemaAttributeTag This meta-annotation is not used directly in DynamoDb beans, it is used to annotate other annotations that are used with DynamoDb beans. -
Classes in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations used by software.amazon.awssdk.enhanced.dynamodb.internal.mapper Class Description DynamoDbPartitionKey Denotes this attribute as being the primary partition key of the DynamoDb table.DynamoDbSecondaryPartitionKey Denotes a partition key for a global secondary index.DynamoDbSecondarySortKey Denotes an optional sort key for a global or local secondary index.DynamoDbSortKey Denotes this attribute as being the optional primary sort key of the DynamoDb table.DynamoDbUpdateBehavior Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem. -
Classes in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations used by software.amazon.awssdk.enhanced.dynamodb.mapper.annotations Class Description BeanTableSchemaAttributeTag This meta-annotation is not used directly in DynamoDb beans, it is used to annotate other annotations that are used with DynamoDb beans.