Uses of Class
software.amazon.awssdk.services.iotanalytics.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTAnalyticsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource.default UntagResourceResponseIoTAnalyticsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.iotanalytics.transform
Methods in software.amazon.awssdk.services.iotanalytics.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-