Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseGreengrassV2Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of tags for an IoT Greengrass resource.default ListTagsForResourceResponseGreengrassV2Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of tags for an IoT Greengrass resource.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>GreengrassV2AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves the list of tags for an IoT Greengrass resource.default CompletableFuture<ListTagsForResourceResponse>GreengrassV2AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves the list of tags for an IoT Greengrass resource.
-