Uses of Class
com.amazonaws.services.elasticfilesystem.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.elasticfilesystem.model -
-
Uses of Tag in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)Tag key, a string.TagTag. withValue(String value)Value of the tag key.Methods in com.amazonaws.services.elasticfilesystem.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateTagsRequest. getTags()An array ofTagobjects to add.List<Tag>DescribeTagsResult. getTags()Returns tags associated with the file system as an array ofTagobjects.Methods in com.amazonaws.services.elasticfilesystem.model with parameters of type Tag Modifier and Type Method Description CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)An array ofTagobjects to add.DescribeTagsResultDescribeTagsResult. withTags(Tag... tags)Returns tags associated with the file system as an array ofTagobjects.Method parameters in com.amazonaws.services.elasticfilesystem.model with type arguments of type Tag Modifier and Type Method Description voidCreateTagsRequest. 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.CreateTagsRequestCreateTagsRequest. withTags(Collection<Tag> tags)An array ofTagobjects to add.DescribeTagsResultDescribeTagsResult. withTags(Collection<Tag> tags)Returns tags associated with the file system as an array ofTagobjects.
-