| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
TagDescription |
TagDescription.withKey(String key)
The key of the tag.
|
TagDescription |
TagDescription.withPropagateAtLaunch(Boolean propagateAtLaunch)
Specifies whether the new tag will be applied to instances launched
after the tag is created.
|
TagDescription |
TagDescription.withResourceId(String resourceId)
The name of the Auto Scaling group.
|
TagDescription |
TagDescription.withResourceType(String resourceType)
The kind of resource to which the tag is applied.
|
TagDescription |
TagDescription.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagDescription> |
DescribeTagsResult.getTags()
The list of tags.
|
List<TagDescription> |
AutoScalingGroup.getTags()
A list of tags for the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
DescribeTagsResult.withTags(TagDescription... tags)
The list of tags.
|
AutoScalingGroup |
AutoScalingGroup.withTags(TagDescription... tags)
A list of tags for the Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTagsResult.setTags(Collection<TagDescription> tags)
The list of tags.
|
void |
AutoScalingGroup.setTags(Collection<TagDescription> tags)
A list of tags for the Auto Scaling group.
|
DescribeTagsResult |
DescribeTagsResult.withTags(Collection<TagDescription> tags)
The list of tags.
|
AutoScalingGroup |
AutoScalingGroup.withTags(Collection<TagDescription> tags)
A list of tags for the Auto Scaling group.
|
Copyright © 2014. All rights reserved.