Uses of Class
software.amazon.awssdk.services.timestreamquery.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.timestreamquery
Methods in software.amazon.awssdk.services.timestreamquery that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseTimestreamQueryClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associate a set of tags with a Timestream resource.default TagResourceResponseTimestreamQueryClient. tagResource(TagResourceRequest tagResourceRequest)Associate a set of tags with a Timestream resource.Methods in software.amazon.awssdk.services.timestreamquery that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TimestreamQueryAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associate a set of tags with a Timestream resource.default CompletableFuture<TagResourceResponse>TimestreamQueryAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associate a set of tags with a Timestream resource.
-