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