Uses of Class
software.amazon.awssdk.services.iot.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>IotAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource.default TagResourceResponseIotClient. tagResource(TagResourceRequest tagResourceRequest)Adds to or modifies the tags of the given resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-