Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIoTTwinMakerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseIoTTwinMakerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTTwinMakerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>IoTTwinMakerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-