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