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 ofTagobjects to add.DescribeTagsResult.getTags()Returns tags associated with the file system as an array ofTagobjects.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type TagModifier and TypeMethodDescriptionAn array ofTagobjects to add.Returns tags associated with the file system as an array ofTagobjects.Method parameters in com.amazonaws.services.elasticfilesystem.model with type arguments of type TagModifier and TypeMethodDescriptionvoidCreateTagsRequest.setTags(Collection<Tag> tags) An array ofTagobjects to add.voidDescribeTagsResult.setTags(Collection<Tag> tags) Returns tags associated with the file system as an array ofTagobjects.CreateTagsRequest.withTags(Collection<Tag> tags) An array ofTagobjects to add.DescribeTagsResult.withTags(Collection<Tag> tags) Returns tags associated with the file system as an array ofTagobjects.