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