Uses of Class
software.amazon.awssdk.services.timestreamwrite.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of Tag in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateDatabaseRequest. tags()A list of key-value pairs to label the table.List<Tag>CreateTableRequest. tags()A list of key-value pairs to label the table.List<Tag>ListTagsForResourceResponse. tags()The tags currently associated with the Timestream resource.List<Tag>TagResourceRequest. tags()The tags to be assigned to the Timestream resource.Methods in software.amazon.awssdk.services.timestreamwrite.model with parameters of type Tag Modifier and Type Method Description CreateDatabaseRequest.BuilderCreateDatabaseRequest.Builder. tags(Tag... tags)A list of key-value pairs to label the table.CreateTableRequest.BuilderCreateTableRequest.Builder. tags(Tag... tags)A list of key-value pairs to label the table.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags currently associated with the Timestream resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the Timestream resource.Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type Tag Modifier and Type Method Description CreateDatabaseRequest.BuilderCreateDatabaseRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to label the table.CreateTableRequest.BuilderCreateTableRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to label the table.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags currently associated with the Timestream resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Timestream resource.
-