Uses of Class
software.amazon.awssdk.services.iotsitewise.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIoTSiteWiseClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from an IoT SiteWise resource.default UntagResourceResponseIoTSiteWiseClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from an IoT SiteWise resource.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTSiteWiseAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from an IoT SiteWise resource.default CompletableFuture<UntagResourceResponse>IoTSiteWiseAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from an IoT SiteWise resource.
-