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