Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescription.clone() |
TagDescription |
TagDescription.withKey(String key)
The tag key.
|
TagDescription |
TagDescription.withResourceId(String resourceId)
The ID of the resource.
|
TagDescription |
TagDescription.withResourceType(ResourceType resourceType)
The resource type.
|
TagDescription |
TagDescription.withResourceType(String resourceType)
The resource type.
|
TagDescription |
TagDescription.withValue(String value)
The tag value.
|
Modifier and Type | Method and Description |
---|---|
List<TagDescription> |
DescribeTagsResult.getTags()
A list of tags.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.withTags(TagDescription... tags)
A list of tags.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsResult.setTags(Collection<TagDescription> tags)
A list of tags.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<TagDescription> tags)
A list of tags.
|
Copyright © 2018. All rights reserved.