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 TagDescription
TagDescription. clone()
TagDescription
TagDescription. withKey(String key)
The tag key.TagDescription
TagDescription. withResourceId(String resourceId)
The ID of the resource.TagDescription
TagDescription. withResourceType(ResourceType resourceType)
The resource type.TagDescription
TagDescription. withResourceType(String resourceType)
The resource type.TagDescription
TagDescription. 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 DescribeTagsResult
DescribeTagsResult. 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 void
DescribeTagsResult. setTags(Collection<TagDescription> tags)
A list of tags.DescribeTagsResult
DescribeTagsResult. withTags(Collection<TagDescription> tags)
A list of tags.
-