Uses of Class
software.amazon.awssdk.services.ec2.model.TagDescription
-
Packages that use TagDescription Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 TagDescription Modifier and Type Method Description List<TagDescription>DescribeTagsResponse. tags()The tags.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TagDescription Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(TagDescription... tags)The tags.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TagDescription Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.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 TagDescription Modifier and Type Method Description SdkIterable<TagDescription>DescribeTagsIterable. tags()Returns an iterable to iterate through the paginatedDescribeTagsResponse.tags()member.SdkPublisher<TagDescription>DescribeTagsPublisher. tags()Returns a publisher that can be used to get a stream of data.
-