Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticAttributeTag
Packages that use StaticAttributeTag
Package
Description
-
Uses of StaticAttributeTag in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions that return StaticAttributeTagModifier and TypeMethodDescriptionstatic StaticAttributeTagAutoGeneratedTimestampRecordExtension.AttributeTags.autoGeneratedTimestampAttribute()Tags which indicate that the given attribute is supported wih Auto Generated Timestamp Record Extension.static StaticAttributeTagAutoGeneratedUuidExtension.AttributeTags.autoGeneratedUuidAttribute()Tags which indicate that the given attribute is supported wih Auto Generated UUID Record Extension.static StaticAttributeTagVersionedRecordExtension.AttributeTags.versionAttribute()static StaticAttributeTagVersionedRecordExtension.AttributeTags.versionAttribute(Long startAt, Long incrementBy) -
Uses of StaticAttributeTag in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that implement StaticAttributeTagMethods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return StaticAttributeTagModifier and TypeMethodDescriptionstatic StaticAttributeTagAutoGeneratedTimestampRecordAttributeTags.attributeTagFor(DynamoDbAutoGeneratedTimestampAttribute annotation) static StaticAttributeTagAutoGeneratedUuidTag.attributeTagFor(DynamoDbAutoGeneratedUuid annotation) static StaticAttributeTagVersionRecordAttributeTags.attributeTagFor(DynamoDbVersionAttribute annotation) -
Uses of StaticAttributeTag in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that implement StaticAttributeTagMethods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return StaticAttributeTagModifier and TypeMethodDescriptionstatic StaticAttributeTagBeanTableSchemaAttributeTags.attributeTagFor(DynamoDbAtomicCounter annotation) static StaticAttributeTagBeanTableSchemaAttributeTags.attributeTagFor(DynamoDbPartitionKey annotation) static StaticAttributeTagBeanTableSchemaAttributeTags.attributeTagFor(DynamoDbSecondaryPartitionKey annotation) static StaticAttributeTagBeanTableSchemaAttributeTags.attributeTagFor(DynamoDbSecondarySortKey annotation) static StaticAttributeTagBeanTableSchemaAttributeTags.attributeTagFor(DynamoDbSortKey annotation) static StaticAttributeTagBeanTableSchemaAttributeTags.attributeTagFor(DynamoDbUpdateBehavior annotation) -
Uses of StaticAttributeTag in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return StaticAttributeTagModifier and TypeMethodDescriptionstatic StaticAttributeTagStaticAttributeTags.atomicCounter()Used to explicitly designate an attribute to be a default auto-generated, increasing counter updated unconditionally in DynamoDB.static StaticAttributeTagStaticAttributeTags.atomicCounter(long delta, long startValue) Used to explicitly designate an attribute to be an auto-generated counter updated unconditionally in DynamoDB.static StaticAttributeTagStaticAttributeTags.primaryPartitionKey()Marks an attribute as being the primary partition key of the table it participates in.static StaticAttributeTagStaticAttributeTags.primarySortKey()Marks an attribute as being the primary sort key of the table it participates in.static StaticAttributeTagStaticAttributeTags.secondaryPartitionKey(String indexName) Marks an attribute as being a partition key for a secondary index.static StaticAttributeTagStaticAttributeTags.secondaryPartitionKey(String indexName, Order order) Marks an attribute as being part of a composite partition key for a secondary index.static StaticAttributeTagStaticAttributeTags.secondaryPartitionKey(Collection<String> indexNames) Marks an attribute as being a partition key for multiple secondary indices.static StaticAttributeTagStaticAttributeTags.secondaryPartitionKey(Collection<String> indexNames, Order order) Marks an attribute as being part of a composite partition key for multiple secondary indices.static StaticAttributeTagStaticAttributeTags.secondarySortKey(String indexName) Marks an attribute as being a sort key for a secondary index.static StaticAttributeTagStaticAttributeTags.secondarySortKey(String indexName, Order order) Marks an attribute as being part of a composite sort key for a secondary index.static StaticAttributeTagStaticAttributeTags.secondarySortKey(Collection<String> indexNames) Marks an attribute as being a sort key for multiple secondary indices.static StaticAttributeTagStaticAttributeTags.secondarySortKey(Collection<String> indexNames, Order order) Marks an attribute as being part of a composite sort key for multiple secondary indices.static StaticAttributeTagStaticAttributeTags.updateBehavior(UpdateBehavior updateBehavior) Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return types with arguments of type StaticAttributeTagModifier and TypeMethodDescriptionImmutableAttribute.tags()A collection ofStaticAttributeTagassociated with this attribute.StaticAttribute.tags()A collection ofStaticAttributeTagassociated with this attribute.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticAttributeTagModifier and TypeMethodDescriptionImmutableAttribute.Builder.addTag(StaticAttributeTag tag) Associates a singleStaticAttributeTagwith this attribute.StaticAttribute.Builder.addTag(StaticAttributeTag tag) Associates a singleStaticAttributeTagwith this attribute.ImmutableAttribute.Builder.tags(StaticAttributeTag... tags) A collection ofStaticAttributeTagassociated with this attribute.StaticAttribute.Builder.tags(StaticAttributeTag... tags) A collection ofStaticAttributeTagassociated with this attribute.Method parameters in software.amazon.awssdk.enhanced.dynamodb.mapper with type arguments of type StaticAttributeTagModifier and TypeMethodDescriptionImmutableAttribute.Builder.tags(Collection<StaticAttributeTag> tags) A collection ofStaticAttributeTagassociated with this attribute.StaticAttribute.Builder.tags(Collection<StaticAttributeTag> tags) A collection ofStaticAttributeTagassociated with this attribute.