Uses of Class
software.amazon.awssdk.services.iotanalytics.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIoTAnalyticsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the given resource.default TagResourceResponseIoTAnalyticsClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.Methods in software.amazon.awssdk.services.iotanalytics that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTAnalyticsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the given resource.default CompletableFuture<TagResourceResponse>IoTAnalyticsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.
-