Uses of Class
software.amazon.awssdk.services.dynamodb.model.Tag
Packages that use Tag
-
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 TagModifier and TypeMethodDescriptionCreateTableRequest.tags()A list of key-value pairs to label the table.ListTagsOfResourceResponse.tags()The tags currently associated with the Amazon DynamoDB resource.TagResourceRequest.tags()The tags to be assigned to the Amazon DynamoDB resource.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TagModifier and TypeMethodDescriptionA list of key-value pairs to label the table.The tags currently associated with the Amazon DynamoDB resource.The tags to be assigned to the Amazon DynamoDB resource.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TagModifier and TypeMethodDescriptionCreateTableRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to label the table.ListTagsOfResourceResponse.Builder.tags(Collection<Tag> tags) The tags currently associated with the Amazon DynamoDB resource.TagResourceRequest.Builder.tags(Collection<Tag> tags) The tags to be assigned to the Amazon DynamoDB resource.