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