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 TagDescriptionTagDescription. clone()TagDescriptionTagDescription. withKey(String key)The tag key.TagDescriptionTagDescription. withPropagateAtLaunch(Boolean propagateAtLaunch)Determines whether the tag is added to new instances as they are launched in the group.TagDescriptionTagDescription. withResourceId(String resourceId)The name of the group.TagDescriptionTagDescription. withResourceType(String resourceType)The type of resource.TagDescriptionTagDescription. 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 AutoScalingGroupAutoScalingGroup. withTags(TagDescription... tags)The tags for the group.DescribeTagsResultDescribeTagsResult. 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 voidAutoScalingGroup. setTags(Collection<TagDescription> tags)The tags for the group.voidDescribeTagsResult. setTags(Collection<TagDescription> tags)One or more tags.AutoScalingGroupAutoScalingGroup. withTags(Collection<TagDescription> tags)The tags for the group.DescribeTagsResultDescribeTagsResult. withTags(Collection<TagDescription> tags)One or more tags.
-