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