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 TagTag. clone()TagTag. withKey(String key)The key of the tag.TagTag. 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 DescribeTagsResultDescribeTagsResult. withTagList(Tag... tagList)The list of tags.CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)The tags of the request.WorkspaceRequestWorkspaceRequest. 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 voidDescribeTagsResult. setTagList(Collection<Tag> tagList)The list of tags.voidCreateTagsRequest. setTags(Collection<Tag> tags)The tags of the request.voidWorkspaceRequest. setTags(Collection<Tag> tags)The tags of the WorkSpace request.DescribeTagsResultDescribeTagsResult. withTagList(Collection<Tag> tagList)The list of tags.CreateTagsRequestCreateTagsRequest. withTags(Collection<Tag> tags)The tags of the request.WorkspaceRequestWorkspaceRequest. withTags(Collection<Tag> tags)The tags of the WorkSpace request.
-