Uses of Class
software.amazon.awssdk.services.iotwireless.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIotWirelessClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a resource.default UntagResourceResponseIotWirelessClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IotWirelessAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a resource.default CompletableFuture<UntagResourceResponse>IotWirelessAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.
-