Uses of Class
software.amazon.awssdk.services.iot.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIotClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the given tags (metadata) from the resource.default UntagResourceResponseIotClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IotAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the given tags (metadata) from the resource.default CompletableFuture<UntagResourceResponse>IotAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the given tags (metadata) from the resource.
-