Uses of Class
com.amazonaws.services.ec2.model.TagDescription
Packages that use TagDescription
-
Uses of TagDescription in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return TagDescriptionModifier and TypeMethodDescriptionTagDescription.clone()
The tag key.TagDescription.withResourceId
(String resourceId) The ID of the resource.TagDescription.withResourceType
(ResourceType resourceType) The resource type.TagDescription.withResourceType
(String resourceType) The resource type.The tag value.Methods in com.amazonaws.services.ec2.model that return types with arguments of type TagDescriptionMethods in com.amazonaws.services.ec2.model with parameters of type TagDescriptionModifier and TypeMethodDescriptionDescribeTagsResult.withTags
(TagDescription... tags) A list of tags.Method parameters in com.amazonaws.services.ec2.model with type arguments of type TagDescriptionModifier and TypeMethodDescriptionvoid
DescribeTagsResult.setTags
(Collection<TagDescription> tags) A list of tags.DescribeTagsResult.withTags
(Collection<TagDescription> tags) A list of tags.