Uses of Class
com.amazonaws.services.elasticfilesystem.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return TagMethods in com.amazonaws.services.elasticfilesystem.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateTagsRequest.getTags()
An array ofTag
objects to add.DescribeTagsResult.getTags()
Returns tags associated with the file system as an array ofTag
objects.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type TagModifier and TypeMethodDescriptionAn array ofTag
objects to add.Returns tags associated with the file system as an array ofTag
objects.Method parameters in com.amazonaws.services.elasticfilesystem.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
CreateTagsRequest.setTags
(Collection<Tag> tags) An array ofTag
objects to add.void
DescribeTagsResult.setTags
(Collection<Tag> tags) Returns tags associated with the file system as an array ofTag
objects.CreateTagsRequest.withTags
(Collection<Tag> tags) An array ofTag
objects to add.DescribeTagsResult.withTags
(Collection<Tag> tags) Returns tags associated with the file system as an array ofTag
objects.