Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TagDescription> |
DescribeTagsResult.tags
A list of tags.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescription.clone() |
TagDescription |
TagDescription.withKey(java.lang.String key)
The tag key.
|
TagDescription |
TagDescription.withResourceId(java.lang.String resourceId)
The ID of the resource.
|
TagDescription |
TagDescription.withResourceType(ResourceType resourceType)
The resource type.
|
TagDescription |
TagDescription.withResourceType(java.lang.String resourceType)
The resource type.
|
TagDescription |
TagDescription.withValue(java.lang.String value)
The tag value.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<TagDescription> tags)
A list of tags.
|
DescribeTagsResult |
DescribeTagsResult.withTags(java.util.Collection<TagDescription> tags)
A list of tags.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |