Uses of Class
com.amazonaws.services.ec2.model.TagDescription
-
Packages that use TagDescription Package Description com.amazonaws.services.ec2.model -
-
Uses of TagDescription in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return TagDescription Modifier and Type Method Description TagDescriptionTagDescription. clone()TagDescriptionTagDescription. withKey(String key)The tag key.TagDescriptionTagDescription. withResourceId(String resourceId)The ID of the resource.TagDescriptionTagDescription. withResourceType(ResourceType resourceType)The resource type.TagDescriptionTagDescription. withResourceType(String resourceType)The resource type.TagDescriptionTagDescription. withValue(String value)The tag value.Methods in com.amazonaws.services.ec2.model that return types with arguments of type TagDescription Modifier and Type Method Description List<TagDescription>DescribeTagsResult. getTags()A list of tags.Methods in com.amazonaws.services.ec2.model with parameters of type TagDescription Modifier and Type Method Description DescribeTagsResultDescribeTagsResult. withTags(TagDescription... tags)A list of tags.Method parameters in com.amazonaws.services.ec2.model with type arguments of type TagDescription Modifier and Type Method Description voidDescribeTagsResult. setTags(Collection<TagDescription> tags)A list of tags.DescribeTagsResultDescribeTagsResult. withTags(Collection<TagDescription> tags)A list of tags.
-