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