Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.timestreaminfluxdb Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.timestreaminfluxdb
Methods in software.amazon.awssdk.services.timestreaminfluxdb that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseTimestreamInfluxDbClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags are composed of a Key/Value pairs.default TagResourceResponseTimestreamInfluxDbClient. tagResource(TagResourceRequest tagResourceRequest)Tags are composed of a Key/Value pairs.Methods in software.amazon.awssdk.services.timestreaminfluxdb that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TimestreamInfluxDbAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags are composed of a Key/Value pairs.default CompletableFuture<TagResourceResponse>TimestreamInfluxDbAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags are composed of a Key/Value pairs.
-