Uses of Class
software.amazon.awssdk.services.iotfleethub.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.iotfleethub With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.software.amazon.awssdk.services.iotfleethub.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.iotfleethub
Methods in software.amazon.awssdk.services.iotfleethub with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTFleetHubAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags (metadata) from the resource.default UntagResourceResponseIoTFleetHubClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags (metadata) from the resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.iotfleethub.transform
Methods in software.amazon.awssdk.services.iotfleethub.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-