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 TagTag. clone()TagTag. withKey(String key)TagTag. 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 AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Tag... tags)The key-value pair that represents the tag you want to add to the resource.ListTagsForResourceResultListTagsForResourceResult. 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 voidAddTagsToResourceRequest. setTags(Collection<Tag> tags)The key-value pair that represents the tag you want to add to the resource.voidListTagsForResourceResult. setTags(Collection<Tag> tags)An array that contains the tags for the specified resource.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Collection<Tag> tags)The key-value pair that represents the tag you want to add to the resource.ListTagsForResourceResultListTagsForResourceResult. withTags(Collection<Tag> tags)An array that contains the tags for the specified resource.
-