Uses of Class
com.amazonaws.services.elasticloadbalancing.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return TagMethods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type TagModifier and TypeMethodDescriptionAddTagsRequest.getTags()
The tags.CreateLoadBalancerRequest.getTags()
A list of tags to assign to the load balancer.TagDescription.getTags()
The tags.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type TagModifier and TypeMethodDescriptionThe tags.A list of tags to assign to the load balancer.The tags.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
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.withTags
(Collection<Tag> tags) The tags.CreateLoadBalancerRequest.withTags
(Collection<Tag> tags) A list of tags to assign to the load balancer.TagDescription.withTags
(Collection<Tag> tags) The tags.