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 TagDescription
TagDescription. clone()
TagDescription
TagDescription. withLoadBalancerName(String loadBalancerName)
The name of the load balancer.TagDescription
TagDescription. withTags(Tag... tags)
The tags.TagDescription
TagDescription. 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 DescribeTagsResult
DescribeTagsResult. 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 void
DescribeTagsResult. setTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.DescribeTagsResult
DescribeTagsResult. withTagDescriptions(Collection<TagDescription> tagDescriptions)
Information about the tags.
-