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