Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseIoTSiteWiseClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of tags for an IoT SiteWise resource.default ListTagsForResourceResponseIoTSiteWiseClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of tags for an IoT SiteWise resource.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>IoTSiteWiseAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of tags for an IoT SiteWise resource.default CompletableFuture<ListTagsForResourceResponse>IoTSiteWiseAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of tags for an IoT SiteWise resource.
-