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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
Tag key, a string.Tag
Tag. 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 ofTag
objects to add.List<Tag>
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 Tag Modifier and Type Method Description CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
An array ofTag
objects to add.DescribeTagsResult
DescribeTagsResult. withTags(Tag... tags)
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 Tag Modifier and Type Method Description void
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
CreateTagsRequest. withTags(Collection<Tag> tags)
An array ofTag
objects to add.DescribeTagsResult
DescribeTagsResult. withTags(Collection<Tag> tags)
Returns tags associated with the file system as an array ofTag
objects.
-