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