Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.mapper.StaticTableTag
-
Packages that use StaticTableTag Package Description software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of StaticTableTag in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type StaticTableTag Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>StaticImmutableTableSchema.Builder. addTag(StaticTableTag staticTableTag)Associates aStaticTableTagwith this schema.StaticTableSchema.Builder<T>StaticTableSchema.Builder. addTag(StaticTableTag staticTableTag)Associates aStaticTableTagwith this schema.StaticImmutableTableSchema.Builder<T,B>StaticImmutableTableSchema.Builder. tags(StaticTableTag... staticTableTags)Associate one or moreStaticTableTagwith this schema.StaticTableSchema.Builder<T>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 StaticTableTag Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>StaticImmutableTableSchema.Builder. tags(Collection<StaticTableTag> staticTableTags)Associate one or moreStaticTableTagwith this schema.StaticTableSchema.Builder<T>StaticTableSchema.Builder. tags(Collection<StaticTableTag> staticTableTags)Associate one or moreStaticTableTagwith this schema.
-