Uses of Class
software.amazon.awssdk.services.autoscaling.model.TagDescription
-
Packages that use TagDescription Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of TagDescription in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type TagDescription Modifier and Type Method Description List<TagDescription>AutoScalingGroup. tags()The tags for the group.List<TagDescription>DescribeTagsResponse. tags()One or more tags.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type TagDescription Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. tags(TagDescription... tags)The tags for the group.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(TagDescription... tags)One or more tags.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type TagDescription Modifier and Type Method Description AutoScalingGroup.BuilderAutoScalingGroup.Builder. tags(Collection<TagDescription> tags)The tags for the group.DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. tags(Collection<TagDescription> tags)One or more tags. -
Uses of TagDescription in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.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.
-