Uses of Class
software.amazon.awssdk.services.ec2.model.TagDescription
Packages that use TagDescription
Package
Description
-
Uses of TagDescription in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TagDescriptionModifier and TypeMethodDescriptionfinal List<TagDescription>DescribeTagsResponse.tags()The tags.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TagDescriptionModifier and TypeMethodDescriptionDescribeTagsResponse.Builder.tags(TagDescription... tags) The tags.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TagDescriptionModifier and TypeMethodDescriptionDescribeTagsResponse.Builder.tags(Collection<TagDescription> tags) The tags. -
Uses of TagDescription in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TagDescriptionModifier and TypeMethodDescriptionfinal SdkIterable<TagDescription>DescribeTagsIterable.tags()Returns an iterable to iterate through the paginatedDescribeTagsResponse.tags()member.final SdkPublisher<TagDescription>DescribeTagsPublisher.tags()Returns a publisher that can be used to get a stream of data.