| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
| Modifier and Type | Method and Description |
|---|---|
TagDescription |
TagDescription.withKey(String key)
The key of the tag.
|
TagDescription |
TagDescription.withResourceId(String resourceId)
The ID of the resource.
|
TagDescription |
TagDescription.withResourceType(ResourceType resourceType)
The type of resource.
|
TagDescription |
TagDescription.withResourceType(String resourceType)
The type of resource.
|
TagDescription |
TagDescription.withValue(String value)
The value of the tag.
|
| 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 © 2014. All rights reserved.