Uses of Class
software.amazon.awssdk.services.timestreamquery.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.timestreamquery.model software.amazon.awssdk.services.timestreamquery.paginators -
-
Uses of Tag in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateScheduledQueryRequest. tags()A list of key-value pairs to label the scheduled query.List<Tag>ListTagsForResourceResponse. tags()The tags currently associated with the Timestream resource.List<Tag>TagResourceRequest. tags()The tags to be assigned to the Timestream resource.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type Tag Modifier and Type Method Description CreateScheduledQueryRequest.BuilderCreateScheduledQueryRequest.Builder. tags(Tag... tags)A list of key-value pairs to label the scheduled query.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags currently associated with the Timestream resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the Timestream resource.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type Tag Modifier and Type Method Description CreateScheduledQueryRequest.BuilderCreateScheduledQueryRequest.Builder. tags(Collection<Tag> tags)A list of key-value pairs to label the scheduled query.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags currently associated with the Timestream resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Timestream resource. -
Uses of Tag in software.amazon.awssdk.services.timestreamquery.paginators
Methods in software.amazon.awssdk.services.timestreamquery.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-