Uses of Class
com.amazonaws.services.autoscaling.model.TagDescription
Packages that use TagDescription
-
Uses of TagDescription in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return TagDescriptionModifier and TypeMethodDescriptionTagDescription.clone()
The tag key.TagDescription.withPropagateAtLaunch
(Boolean propagateAtLaunch) Determines whether the tag is added to new instances as they are launched in the group.TagDescription.withResourceId
(String resourceId) The name of the group.TagDescription.withResourceType
(String resourceType) The type of resource.The tag value.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type TagDescriptionModifier and TypeMethodDescriptionAutoScalingGroup.getTags()
The tags for the group.DescribeTagsResult.getTags()
One or more tags.Methods in com.amazonaws.services.autoscaling.model with parameters of type TagDescriptionModifier and TypeMethodDescriptionAutoScalingGroup.withTags
(TagDescription... tags) The tags for the group.DescribeTagsResult.withTags
(TagDescription... tags) One or more tags.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type TagDescriptionModifier and TypeMethodDescriptionvoid
AutoScalingGroup.setTags
(Collection<TagDescription> tags) The tags for the group.void
DescribeTagsResult.setTags
(Collection<TagDescription> tags) One or more tags.AutoScalingGroup.withTags
(Collection<TagDescription> tags) The tags for the group.DescribeTagsResult.withTags
(Collection<TagDescription> tags) One or more tags.