Uses of Class
com.amazonaws.services.storagegateway.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.storagegateway.model -
-
Uses of Tag in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
Tag
Tag. withValue(String value)
Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
AddTagsToResourceRequest. getTags()
The key-value pair that represents the tag you want to add to the resource.List<Tag>
ListTagsForResourceResult. getTags()
An array that contains the tags for the specified resource.Methods in com.amazonaws.services.storagegateway.model with parameters of type Tag Modifier and Type Method Description AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Tag... tags)
The key-value pair that represents the tag you want to add to the resource.ListTagsForResourceResult
ListTagsForResourceResult. withTags(Tag... tags)
An array that contains the tags for the specified resource.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type Tag Modifier and Type Method Description void
AddTagsToResourceRequest. setTags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the resource.void
ListTagsForResourceResult. setTags(Collection<Tag> tags)
An array that contains the tags for the specified resource.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Collection<Tag> tags)
The key-value pair that represents the tag you want to add to the resource.ListTagsForResourceResult
ListTagsForResourceResult. withTags(Collection<Tag> tags)
An array that contains the tags for the specified resource.
-