Uses of Class
software.amazon.awssdk.services.iotfleethub.model.TagResourceResponse
-
Packages that use TagResourceResponse 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. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iotfleethub
Methods in software.amazon.awssdk.services.iotfleethub that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIoTFleetHubClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the specified resource.default TagResourceResponseIoTFleetHubClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the specified resource.Methods in software.amazon.awssdk.services.iotfleethub that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTFleetHubAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds to or modifies the tags of the specified resource.default CompletableFuture<TagResourceResponse>IoTFleetHubAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the specified resource.
-