Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Referencesoftware.amazon.awssdk.services.iot1clickprojects.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Iot1ClickProjectsAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.iot1clickprojects.transform
Methods in software.amazon.awssdk.services.iot1clickprojects.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-