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