Uses of Class
com.amazonaws.services.workspaces.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.workspaces.model -
-
Uses of Tag in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key of the tag.Tag
Tag. withValue(String value)
The value of the tag.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
DescribeTagsResult. getTagList()
The list of tags.List<Tag>
CreateTagsRequest. getTags()
The tags of the request.List<Tag>
WorkspaceRequest. getTags()
The tags of the WorkSpace request.Methods in com.amazonaws.services.workspaces.model with parameters of type Tag Modifier and Type Method Description DescribeTagsResult
DescribeTagsResult. withTagList(Tag... tagList)
The list of tags.CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
The tags of the request.WorkspaceRequest
WorkspaceRequest. withTags(Tag... tags)
The tags of the WorkSpace request.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type Tag Modifier and Type Method Description void
DescribeTagsResult. setTagList(Collection<Tag> tagList)
The list of tags.void
CreateTagsRequest. setTags(Collection<Tag> tags)
The tags of the request.void
WorkspaceRequest. setTags(Collection<Tag> tags)
The tags of the WorkSpace request.DescribeTagsResult
DescribeTagsResult. withTagList(Collection<Tag> tagList)
The list of tags.CreateTagsRequest
CreateTagsRequest. withTags(Collection<Tag> tags)
The tags of the request.WorkspaceRequest
WorkspaceRequest. withTags(Collection<Tag> tags)
The tags of the WorkSpace request.
-