Uses of Class
software.amazon.awssdk.services.greengrassv2.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>GreengrassV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from an IoT Greengrass resource.default UntagResourceResponseGreengrassV2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from an IoT Greengrass resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-