| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb.mapper |
| Modifier and Type | Method and Description |
|---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.addTag(StaticTableTag staticTableTag)
Associates a
StaticTableTag with this schema. |
StaticImmutableTableSchema.Builder<T,B> |
StaticImmutableTableSchema.Builder.addTag(StaticTableTag staticTableTag)
Associates a
StaticTableTag with this schema. |
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.tags(StaticTableTag... staticTableTags)
Associate one or more
StaticTableTag with this schema. |
StaticImmutableTableSchema.Builder<T,B> |
StaticImmutableTableSchema.Builder.tags(StaticTableTag... staticTableTags)
Associate one or more
StaticTableTag with this schema. |
| Modifier and Type | Method and Description |
|---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.tags(Collection<StaticTableTag> staticTableTags)
Associate one or more
StaticTableTag with this schema. |
StaticImmutableTableSchema.Builder<T,B> |
StaticImmutableTableSchema.Builder.tags(Collection<StaticTableTag> staticTableTags)
Associate one or more
StaticTableTag with this schema. |
Copyright © 2023. All rights reserved.