Uses of Class
com.amazonaws.services.elasticloadbalancing.model.TagDescription
Packages that use TagDescription
-
Uses of TagDescription in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return TagDescriptionModifier and TypeMethodDescriptionTagDescription.clone()
TagDescription.withLoadBalancerName
(String loadBalancerName) The name of the load balancer.The tags.TagDescription.withTags
(Collection<Tag> tags) The tags.Methods in com.amazonaws.services.elasticloadbalancing.model that return types with arguments of type TagDescriptionModifier and TypeMethodDescriptionDescribeTagsResult.getTagDescriptions()
Information about the tags.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type TagDescriptionModifier and TypeMethodDescriptionDescribeTagsResult.withTagDescriptions
(TagDescription... tagDescriptions) Information about the tags.Method parameters in com.amazonaws.services.elasticloadbalancing.model with type arguments of type TagDescriptionModifier and TypeMethodDescriptionvoid
DescribeTagsResult.setTagDescriptions
(Collection<TagDescription> tagDescriptions) Information about the tags.DescribeTagsResult.withTagDescriptions
(Collection<TagDescription> tagDescriptions) Information about the tags.