Package | Description |
---|---|
com.amazonaws.services.workspaces.model | |
com.amazonaws.services.workspaces.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
DescribeTagsResult.tagList
The list of tags.
|
private SdkInternalList<Tag> |
WorkspaceRequest.tags
The tags of the WorkSpace request.
|
private SdkInternalList<Tag> |
CreateTagsRequest.tags
The tags of the request.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The key of the tag.
|
Tag |
Tag.withValue(java.lang.String value)
The value of the tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
DescribeTagsResult.getTagList()
The list of tags.
|
java.util.List<Tag> |
WorkspaceRequest.getTags()
The tags of the WorkSpace request.
|
java.util.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(java.util.Collection<Tag> tagList)
The list of tags.
|
void |
WorkspaceRequest.setTags(java.util.Collection<Tag> tags)
The tags of the WorkSpace request.
|
void |
CreateTagsRequest.setTags(java.util.Collection<Tag> tags)
The tags of the request.
|
DescribeTagsResult |
DescribeTagsResult.withTagList(java.util.Collection<Tag> tagList)
The list of tags.
|
WorkspaceRequest |
WorkspaceRequest.withTags(java.util.Collection<Tag> tags)
The tags of the WorkSpace request.
|
CreateTagsRequest |
CreateTagsRequest.withTags(java.util.Collection<Tag> tags)
The tags of the request.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|