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