Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticAttributeTag
-
-
Uses of StaticAttributeTag in software.amazon.awssdk.enhanced.dynamodb.extensions
Methods in software.amazon.awssdk.enhanced.dynamodb.extensions that return StaticAttributeTag Modifier and Type Method Description static StaticAttributeTagAutoGeneratedTimestampRecordExtension.AttributeTags. autoGeneratedTimestampAttribute()Tags which indicate that the given attribute is supported wih Auto Generated Timestamp Record Extension.static StaticAttributeTagVersionedRecordExtension.AttributeTags. versionAttribute() -
Uses of StaticAttributeTag in software.amazon.awssdk.enhanced.dynamodb.internal.extensions
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that implement StaticAttributeTag Modifier and Type Class Description classAtomicCounterTagMethods in software.amazon.awssdk.enhanced.dynamodb.internal.extensions that return StaticAttributeTag Modifier and Type Method Description static StaticAttributeTagAutoGeneratedTimestampRecordAttributeTags. attributeTagFor(DynamoDbAutoGeneratedTimestampAttribute 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 StaticAttributeTag Modifier and Type Class Description classUpdateBehaviorTagMethods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return StaticAttributeTag Modifier and Type Method Description static 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 StaticAttributeTag Modifier and Type Method Description static 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(Collection<String> indexNames)Marks an attribute as being a 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(Collection<String> indexNames)Marks an attribute as being a 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 StaticAttributeTag Modifier and Type Method Description Collection<StaticAttributeTag>ImmutableAttribute. tags()A collection ofStaticAttributeTagassociated with this attribute.Collection<StaticAttributeTag>StaticAttribute. tags()A collection ofStaticAttributeTagassociated with this attribute.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticAttributeTag Modifier and Type Method Description ImmutableAttribute.Builder<T,B,R>ImmutableAttribute.Builder. addTag(StaticAttributeTag tag)Associates a singleStaticAttributeTagwith this attribute.StaticAttribute.Builder<T,R>StaticAttribute.Builder. addTag(StaticAttributeTag tag)Associates a singleStaticAttributeTagwith this attribute.ImmutableAttribute.Builder<T,B,R>ImmutableAttribute.Builder. tags(StaticAttributeTag... tags)A collection ofStaticAttributeTagassociated with this attribute.StaticAttribute.Builder<T,R>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 StaticAttributeTag Modifier and Type Method Description ImmutableAttribute.Builder<T,B,R>ImmutableAttribute.Builder. tags(Collection<StaticAttributeTag> tags)A collection ofStaticAttributeTagassociated with this attribute.StaticAttribute.Builder<T,R>StaticAttribute.Builder. tags(Collection<StaticAttributeTag> tags)A collection ofStaticAttributeTagassociated with this attribute.
-