Uses of Class
software.amazon.awssdk.services.workspaces.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of Tag in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>DescribeTagsResponse. tagList()The tags.List<Tag>CopyWorkspaceImageRequest. tags()The tags for the image.List<Tag>CreateConnectionAliasRequest. tags()The tags to associate with the connection alias.List<Tag>CreateIpGroupRequest. tags()The tags.List<Tag>CreateTagsRequest. tags()The tags.List<Tag>CreateUpdatedWorkspaceImageRequest. tags()The tags that you want to add to the new updated WorkSpace image.List<Tag>CreateWorkspaceBundleRequest. tags()The tags associated with the bundle.List<Tag>CreateWorkspaceImageRequest. tags()The tags that you want to add to the new WorkSpace image.List<Tag>CreateWorkspacesPoolRequest. tags()The tags for the pool.List<Tag>ImportWorkspaceImageRequest. tags()The tags.List<Tag>RegisterWorkspaceDirectoryRequest. tags()The tags associated with the directory.List<Tag>StandbyWorkspace. tags()The tags associated with the standby WorkSpace.List<Tag>WorkspaceRequest. tags()The tags for the WorkSpace.Methods in software.amazon.awssdk.services.workspaces.model with parameters of type Tag Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagList(Tag... tagList)The tags.CopyWorkspaceImageRequest.BuilderCopyWorkspaceImageRequest.Builder. tags(Tag... tags)The tags for the image.CreateConnectionAliasRequest.BuilderCreateConnectionAliasRequest.Builder. tags(Tag... tags)The tags to associate with the connection alias.CreateIpGroupRequest.BuilderCreateIpGroupRequest.Builder. tags(Tag... tags)The tags.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Tag... tags)The tags.CreateUpdatedWorkspaceImageRequest.BuilderCreateUpdatedWorkspaceImageRequest.Builder. tags(Tag... tags)The tags that you want to add to the new updated WorkSpace image.CreateWorkspaceBundleRequest.BuilderCreateWorkspaceBundleRequest.Builder. tags(Tag... tags)The tags associated with the bundle.CreateWorkspaceImageRequest.BuilderCreateWorkspaceImageRequest.Builder. tags(Tag... tags)The tags that you want to add to the new WorkSpace image.CreateWorkspacesPoolRequest.BuilderCreateWorkspacesPoolRequest.Builder. tags(Tag... tags)The tags for the pool.ImportWorkspaceImageRequest.BuilderImportWorkspaceImageRequest.Builder. tags(Tag... tags)The tags.RegisterWorkspaceDirectoryRequest.BuilderRegisterWorkspaceDirectoryRequest.Builder. tags(Tag... tags)The tags associated with the directory.StandbyWorkspace.BuilderStandbyWorkspace.Builder. tags(Tag... tags)The tags associated with the standby WorkSpace.WorkspaceRequest.BuilderWorkspaceRequest.Builder. tags(Tag... tags)The tags for the WorkSpace.Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type Tag Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagList(Collection<Tag> tagList)The tags.CopyWorkspaceImageRequest.BuilderCopyWorkspaceImageRequest.Builder. tags(Collection<Tag> tags)The tags for the image.CreateConnectionAliasRequest.BuilderCreateConnectionAliasRequest.Builder. tags(Collection<Tag> tags)The tags to associate with the connection alias.CreateIpGroupRequest.BuilderCreateIpGroupRequest.Builder. tags(Collection<Tag> tags)The tags.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Collection<Tag> tags)The tags.CreateUpdatedWorkspaceImageRequest.BuilderCreateUpdatedWorkspaceImageRequest.Builder. tags(Collection<Tag> tags)The tags that you want to add to the new updated WorkSpace image.CreateWorkspaceBundleRequest.BuilderCreateWorkspaceBundleRequest.Builder. tags(Collection<Tag> tags)The tags associated with the bundle.CreateWorkspaceImageRequest.BuilderCreateWorkspaceImageRequest.Builder. tags(Collection<Tag> tags)The tags that you want to add to the new WorkSpace image.CreateWorkspacesPoolRequest.BuilderCreateWorkspacesPoolRequest.Builder. tags(Collection<Tag> tags)The tags for the pool.ImportWorkspaceImageRequest.BuilderImportWorkspaceImageRequest.Builder. tags(Collection<Tag> tags)The tags.RegisterWorkspaceDirectoryRequest.BuilderRegisterWorkspaceDirectoryRequest.Builder. tags(Collection<Tag> tags)The tags associated with the directory.StandbyWorkspace.BuilderStandbyWorkspace.Builder. tags(Collection<Tag> tags)The tags associated with the standby WorkSpace.WorkspaceRequest.BuilderWorkspaceRequest.Builder. tags(Collection<Tag> tags)The tags for the WorkSpace.
-