Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseIot1ClickDevicesClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or updates the tags associated with the resource ARN.default TagResourceResponseIot1ClickDevicesClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates the tags associated with the resource ARN.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>Iot1ClickDevicesAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds or updates the tags associated with the resource ARN.default CompletableFuture<TagResourceResponse>Iot1ClickDevicesAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates the tags associated with the resource ARN.
-