Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.TagDescription
-
Packages that use TagDescription Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TagDescription in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.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.elasticloadbalancingv2.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.elasticloadbalancingv2.model with type arguments of type TagDescription Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tagDescriptions(Collection<TagDescription> tagDescriptions)Information about the tags.
-