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 Tag
Tag. clone()
Tag
Tag. withKey(String key)
The key of the tag.Tag
Tag. 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 AddTagsRequest
AddTagsRequest. withTags(Tag... tags)
The tags.CreateLoadBalancerRequest
CreateLoadBalancerRequest. withTags(Tag... tags)
A list of tags to assign to the load balancer.TagDescription
TagDescription. withTags(Tag... tags)
The tags.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type Tag Modifier and Type Method Description void
AddTagsRequest. setTags(Collection<Tag> tags)
The tags.void
CreateLoadBalancerRequest. setTags(Collection<Tag> tags)
A list of tags to assign to the load balancer.void
TagDescription. setTags(Collection<Tag> tags)
The tags.AddTagsRequest
AddTagsRequest. withTags(Collection<Tag> tags)
The tags.CreateLoadBalancerRequest
CreateLoadBalancerRequest. withTags(Collection<Tag> tags)
A list of tags to assign to the load balancer.TagDescription
TagDescription. withTags(Collection<Tag> tags)
The tags.
-