Uses of Class
software.amazon.awssdk.services.iotfleethub.model.TagResourceRequest
-
Packages that use TagResourceRequest 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.software.amazon.awssdk.services.iotfleethub.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.iotfleethub
Methods in software.amazon.awssdk.services.iotfleethub with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IoTFleetHubAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.iotfleethub.transform
Methods in software.amazon.awssdk.services.iotfleethub.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-