Uses of Class
com.amazonaws.services.elasticloadbalancing.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.elasticloadbalancing.model -
-
Uses of Tag in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return Tag Modifier and Type Method Description TagTag. clone()TagTag. withKey(String key)The key of the tag.TagTag. withValue(String value)The value of the tag.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsRequest. getTags()The tags.List<Tag>CreateLoadBalancerRequest. getTags()A list of tags to assign to the load balancer.List<Tag>TagDescription. getTags()The tags.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type Tag Modifier and Type Method Description AddTagsRequestAddTagsRequest. withTags(Tag... tags)The tags.CreateLoadBalancerRequestCreateLoadBalancerRequest. withTags(Tag... tags)A list of tags to assign to the load balancer.TagDescriptionTagDescription. withTags(Tag... tags)The tags.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Tag Modifier and Type Method Description voidAddTagsRequest. setTags(Collection<Tag> tags)The tags.voidCreateLoadBalancerRequest. setTags(Collection<Tag> tags)A list of tags to assign to the load balancer.voidTagDescription. setTags(Collection<Tag> tags)The tags.AddTagsRequestAddTagsRequest. withTags(Collection<Tag> tags)The tags.CreateLoadBalancerRequestCreateLoadBalancerRequest. withTags(Collection<Tag> tags)A list of tags to assign to the load balancer.TagDescriptionTagDescription. withTags(Collection<Tag> tags)The tags.
-