Package | Description |
---|---|
com.amazonaws.services.workspaces.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
DescribeTagsResult.getTagList()
The list of tags.
|
List<Tag> |
WorkspaceRequest.getTags()
The tags of the WorkSpace request.
|
List<Tag> |
CreateTagsRequest.getTags()
The tags of the request.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.withTagList(Tag... tagList)
The list of tags.
|
WorkspaceRequest |
WorkspaceRequest.withTags(Tag... tags)
The tags of the WorkSpace request.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
The tags of the request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsResult.setTagList(Collection<Tag> tagList)
The list of tags.
|
void |
WorkspaceRequest.setTags(Collection<Tag> tags)
The tags of the WorkSpace request.
|
void |
CreateTagsRequest.setTags(Collection<Tag> tags)
The tags of the request.
|
DescribeTagsResult |
DescribeTagsResult.withTagList(Collection<Tag> tagList)
The list of tags.
|
WorkspaceRequest |
WorkspaceRequest.withTags(Collection<Tag> tags)
The tags of the WorkSpace request.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Collection<Tag> tags)
The tags of the request.
|
Copyright © 2018. All rights reserved.