Uses of Class
com.amazonaws.services.workspaces.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return TagMethods in com.amazonaws.services.workspaces.model that return types with arguments of type TagModifier and TypeMethodDescriptionDescribeTagsResult.getTagList()
The list of tags.CreateTagsRequest.getTags()
The tags of the request.WorkspaceRequest.getTags()
The tags of the WorkSpace request.Methods in com.amazonaws.services.workspaces.model with parameters of type TagModifier and TypeMethodDescriptionDescribeTagsResult.withTagList
(Tag... tagList) The list of tags.The tags of the request.The tags of the WorkSpace request.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
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.withTagList
(Collection<Tag> tagList) The list of tags.CreateTagsRequest.withTags
(Collection<Tag> tags) The tags of the request.WorkspaceRequest.withTags
(Collection<Tag> tags) The tags of the WorkSpace request.