Uses of Class
software.amazon.awssdk.services.iotanalytics.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTAnalyticsAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-