Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Reference -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseIot1ClickProjectsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags (metadata key/value pairs) which you have assigned to the resource.default ListTagsForResourceResponseIot1ClickProjectsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags (metadata key/value pairs) which you have assigned to the resource.Methods in software.amazon.awssdk.services.iot1clickprojects that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Iot1ClickProjectsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags (metadata key/value pairs) which you have assigned to the resource.default CompletableFuture<ListTagsForResourceResponse>Iot1ClickProjectsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags (metadata key/value pairs) which you have assigned to the resource.
-