Uses of Class
software.amazon.awssdk.services.iot1clickdevices.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.iot1clickdevices
Methods in software.amazon.awssdk.services.iot1clickdevices that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseIot1ClickDevicesClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags associated with the specified resource ARN.default ListTagsForResourceResponseIot1ClickDevicesClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with the specified resource ARN.Methods in software.amazon.awssdk.services.iot1clickdevices that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Iot1ClickDevicesAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags associated with the specified resource ARN.default CompletableFuture<ListTagsForResourceResponse>Iot1ClickDevicesAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags associated with the specified resource ARN.
-