Uses of Class
com.amazonaws.services.storagegateway.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TagMethods in com.amazonaws.services.storagegateway.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsToResourceRequest.getTags()
The key-value pair that represents the tag you want to add to the resource.ListTagsForResourceResult.getTags()
An array that contains the tags for the specified resource.Methods in com.amazonaws.services.storagegateway.model with parameters of type TagModifier and TypeMethodDescriptionThe key-value pair that represents the tag you want to add to the resource.An array that contains the tags for the specified resource.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
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.withTags
(Collection<Tag> tags) The key-value pair that represents the tag you want to add to the resource.ListTagsForResourceResult.withTags
(Collection<Tag> tags) An array that contains the tags for the specified resource.