| Modifier and Type | Method and Description |
|---|---|
static StaticAttributeTag |
VersionedRecordExtension.AttributeTags.versionAttribute() |
| Modifier and Type | Method and Description |
|---|---|
static StaticAttributeTag |
VersionRecordAttributeTags.attributeTagFor(DynamoDbVersionAttribute annotation) |
| Modifier and Type | Method and Description |
|---|---|
static StaticAttributeTag |
BeanTableSchemaAttributeTags.attributeTagFor(DynamoDbPartitionKey annotation) |
static StaticAttributeTag |
BeanTableSchemaAttributeTags.attributeTagFor(DynamoDbSecondaryPartitionKey annotation) |
static StaticAttributeTag |
BeanTableSchemaAttributeTags.attributeTagFor(DynamoDbSecondarySortKey annotation) |
static StaticAttributeTag |
BeanTableSchemaAttributeTags.attributeTagFor(DynamoDbSortKey annotation) |
| Modifier and Type | Method and Description |
|---|---|
static StaticAttributeTag |
StaticAttributeTags.primaryPartitionKey()
Marks an attribute as being the primary partition key of the table it participates in.
|
static StaticAttributeTag |
StaticAttributeTags.primarySortKey()
Marks an attribute as being the primary sort key of the table it participates in.
|
static StaticAttributeTag |
StaticAttributeTags.secondaryPartitionKey(Collection<String> indexNames)
Marks an attribute as being a partition key for multiple secondary indices.
|
static StaticAttributeTag |
StaticAttributeTags.secondaryPartitionKey(String indexName)
Marks an attribute as being a partition key for a secondary index.
|
static StaticAttributeTag |
StaticAttributeTags.secondarySortKey(Collection<String> indexNames)
Marks an attribute as being a sort key for multiple secondary indices.
|
static StaticAttributeTag |
StaticAttributeTags.secondarySortKey(String indexName)
Marks an attribute as being a sort key for a secondary index.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<StaticAttributeTag> |
StaticAttribute.tags()
A collection of
StaticAttributeTag associated with this attribute. |
| Modifier and Type | Method and Description |
|---|---|
StaticAttribute.Builder<T,R> |
StaticAttribute.Builder.addTag(StaticAttributeTag tag)
Associates a single
StaticAttributeTag with this attribute. |
StaticAttribute.Builder<T,R> |
StaticAttribute.Builder.tags(StaticAttributeTag... tags)
A collection of
StaticAttributeTag associated with this attribute. |
| Modifier and Type | Method and Description |
|---|---|
StaticAttribute.Builder<T,R> |
StaticAttribute.Builder.tags(Collection<StaticAttributeTag> tags)
A collection of
StaticAttributeTag associated with this attribute. |
Copyright © 2020. All rights reserved.