Uses of Class
software.amazon.awssdk.services.iotwireless.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IotWirelessAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.default UntagResourceResponseIotWirelessClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-