Uses of Class
software.amazon.awssdk.services.elasticloadbalancing.model.TagDescription
-
Packages that use TagDescription Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of TagDescription in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type TagDescription Modifier and Type Method Description List<TagDescription>DescribeTagsResponse. tagDescriptions()Information about the tags.Methods in software.amazon.awssdk.services.elasticloadbalancing.model with parameters of type TagDescription Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagDescriptions(TagDescription... tagDescriptions)Information about the tags.Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type TagDescription Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagDescriptions(Collection<TagDescription> tagDescriptions)Information about the tags.
-