Uses of Class
software.amazon.awssdk.services.iotsecuretunneling.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iotsecuretunneling IoT Secure Tunneling -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iotsecuretunneling
Methods in software.amazon.awssdk.services.iotsecuretunneling that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIoTSecureTunnelingClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a resource.default UntagResourceResponseIoTSecureTunnelingClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a resource.Methods in software.amazon.awssdk.services.iotsecuretunneling that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTSecureTunnelingAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a resource.default CompletableFuture<UntagResourceResponse>IoTSecureTunnelingAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a resource.
-