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