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 TagTag. clone()TagTag. withKey(String key)The tag key.TagTag. withPropagateAtLaunch(Boolean propagateAtLaunch)Determines whether the tag is added to new instances as they are launched in the group.TagTag. withResourceId(String resourceId)The name of the group.TagTag. withResourceType(String resourceType)The type of resource.TagTag. 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 CreateAutoScalingGroupRequestCreateAutoScalingGroupRequest. withTags(Tag... tags)One or more tags.CreateOrUpdateTagsRequestCreateOrUpdateTagsRequest. withTags(Tag... tags)One or more tags.DeleteTagsRequestDeleteTagsRequest. 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 voidCreateAutoScalingGroupRequest. setTags(Collection<Tag> tags)One or more tags.voidCreateOrUpdateTagsRequest. setTags(Collection<Tag> tags)One or more tags.voidDeleteTagsRequest. setTags(Collection<Tag> tags)One or more tags.CreateAutoScalingGroupRequestCreateAutoScalingGroupRequest. withTags(Collection<Tag> tags)One or more tags.CreateOrUpdateTagsRequestCreateOrUpdateTagsRequest. withTags(Collection<Tag> tags)One or more tags.DeleteTagsRequestDeleteTagsRequest. withTags(Collection<Tag> tags)One or more tags.
-