| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DescribeTagsResponse.tagList()
The tags.
|
List<Tag> |
CopyWorkspaceImageRequest.tags()
The tags for the image.
|
List<Tag> |
CreateTagsRequest.tags()
The tags.
|
List<Tag> |
CreateConnectionAliasRequest.tags()
The tags to associate with the connection alias.
|
List<Tag> |
StandbyWorkspace.tags()
The tags associated with the standby WorkSpace.
|
List<Tag> |
CreateIpGroupRequest.tags()
The tags.
|
List<Tag> |
CreateWorkspaceImageRequest.tags()
The tags that you want to add to the new WorkSpace image.
|
List<Tag> |
ImportWorkspaceImageRequest.tags()
The tags.
|
List<Tag> |
CreateWorkspaceBundleRequest.tags()
The tags associated with the bundle.
|
List<Tag> |
WorkspaceRequest.tags()
The tags for the WorkSpace.
|
List<Tag> |
RegisterWorkspaceDirectoryRequest.tags()
The tags associated with the directory.
|
List<Tag> |
CreateUpdatedWorkspaceImageRequest.tags()
The tags that you want to add to the new updated WorkSpace image.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tagList(Tag... tagList)
The tags.
|
CopyWorkspaceImageRequest.Builder |
CopyWorkspaceImageRequest.Builder.tags(Tag... tags)
The tags for the image.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Tag... tags)
The tags.
|
CreateConnectionAliasRequest.Builder |
CreateConnectionAliasRequest.Builder.tags(Tag... tags)
The tags to associate with the connection alias.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.tags(Tag... tags)
The tags associated with the standby WorkSpace.
|
CreateIpGroupRequest.Builder |
CreateIpGroupRequest.Builder.tags(Tag... tags)
The tags.
|
CreateWorkspaceImageRequest.Builder |
CreateWorkspaceImageRequest.Builder.tags(Tag... tags)
The tags that you want to add to the new WorkSpace image.
|
ImportWorkspaceImageRequest.Builder |
ImportWorkspaceImageRequest.Builder.tags(Tag... tags)
The tags.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.tags(Tag... tags)
The tags associated with the bundle.
|
WorkspaceRequest.Builder |
WorkspaceRequest.Builder.tags(Tag... tags)
The tags for the WorkSpace.
|
RegisterWorkspaceDirectoryRequest.Builder |
RegisterWorkspaceDirectoryRequest.Builder.tags(Tag... tags)
The tags associated with the directory.
|
CreateUpdatedWorkspaceImageRequest.Builder |
CreateUpdatedWorkspaceImageRequest.Builder.tags(Tag... tags)
The tags that you want to add to the new updated WorkSpace image.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
DescribeTagsResponse.Builder.tagList(Collection<Tag> tagList)
The tags.
|
CopyWorkspaceImageRequest.Builder |
CopyWorkspaceImageRequest.Builder.tags(Collection<Tag> tags)
The tags for the image.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Collection<Tag> tags)
The tags.
|
CreateConnectionAliasRequest.Builder |
CreateConnectionAliasRequest.Builder.tags(Collection<Tag> tags)
The tags to associate with the connection alias.
|
StandbyWorkspace.Builder |
StandbyWorkspace.Builder.tags(Collection<Tag> tags)
The tags associated with the standby WorkSpace.
|
CreateIpGroupRequest.Builder |
CreateIpGroupRequest.Builder.tags(Collection<Tag> tags)
The tags.
|
CreateWorkspaceImageRequest.Builder |
CreateWorkspaceImageRequest.Builder.tags(Collection<Tag> tags)
The tags that you want to add to the new WorkSpace image.
|
ImportWorkspaceImageRequest.Builder |
ImportWorkspaceImageRequest.Builder.tags(Collection<Tag> tags)
The tags.
|
CreateWorkspaceBundleRequest.Builder |
CreateWorkspaceBundleRequest.Builder.tags(Collection<Tag> tags)
The tags associated with the bundle.
|
WorkspaceRequest.Builder |
WorkspaceRequest.Builder.tags(Collection<Tag> tags)
The tags for the WorkSpace.
|
RegisterWorkspaceDirectoryRequest.Builder |
RegisterWorkspaceDirectoryRequest.Builder.tags(Collection<Tag> tags)
The tags associated with the directory.
|
CreateUpdatedWorkspaceImageRequest.Builder |
CreateUpdatedWorkspaceImageRequest.Builder.tags(Collection<Tag> tags)
The tags that you want to add to the new updated WorkSpace image.
|
Copyright © 2023. All rights reserved.