Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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.