Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticTableTag
Packages that use StaticTableTag
-
Uses of StaticTableTag in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticTableTagModifier and TypeMethodDescriptionStaticImmutableTableSchema.Builder.addTag(StaticTableTag staticTableTag) Associates aStaticTableTagwith this schema.StaticTableSchema.Builder.addTag(StaticTableTag staticTableTag) Associates aStaticTableTagwith this schema.StaticImmutableTableSchema.Builder.tags(StaticTableTag... staticTableTags) Associate one or moreStaticTableTagwith this schema.StaticTableSchema.Builder.tags(StaticTableTag... staticTableTags) Associate one or moreStaticTableTagwith this schema.Method parameters in software.amazon.awssdk.enhanced.dynamodb.mapper with type arguments of type StaticTableTagModifier and TypeMethodDescriptionStaticImmutableTableSchema.Builder.tags(Collection<StaticTableTag> staticTableTags) Associate one or moreStaticTableTagwith this schema.StaticTableSchema.Builder.tags(Collection<StaticTableTag> staticTableTags) Associate one or moreStaticTableTagwith this schema.