Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TagDescription> |
DescribeTagsResult.tags
One or more tags.
|
private SdkInternalList<TagDescription> |
AutoScalingGroup.tags
The tags for the group.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescription.clone() |
TagDescription |
TagDescription.withKey(java.lang.String key)
The tag key.
|
TagDescription |
TagDescription.withPropagateAtLaunch(java.lang.Boolean propagateAtLaunch)
Determines whether the tag is added to new instances as they are launched
in the group.
|
TagDescription |
TagDescription.withResourceId(java.lang.String resourceId)
The name of the group.
|
TagDescription |
TagDescription.withResourceType(java.lang.String resourceType)
The type of resource.
|
TagDescription |
TagDescription.withValue(java.lang.String value)
The tag value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TagDescription> |
DescribeTagsResult.getTags()
One or more tags.
|
java.util.List<TagDescription> |
AutoScalingGroup.getTags()
The tags for the group.
|
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
DescribeTagsResult.withTags(TagDescription... tags)
One or more tags.
|
AutoScalingGroup |
AutoScalingGroup.withTags(TagDescription... tags)
The tags for the group.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTagsResult.setTags(java.util.Collection<TagDescription> tags)
One or more tags.
|
void |
AutoScalingGroup.setTags(java.util.Collection<TagDescription> tags)
The tags for the group.
|
DescribeTagsResult |
DescribeTagsResult.withTags(java.util.Collection<TagDescription> tags)
One or more tags.
|
AutoScalingGroup |
AutoScalingGroup.withTags(java.util.Collection<TagDescription> tags)
The tags for the group.
|
Modifier and Type | Method and Description |
---|---|
TagDescription |
TagDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |