Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSnowDeviceManagementClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a managed device or task.default ListTagsForResourceResponseSnowDeviceManagementClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a managed device or task.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SnowDeviceManagementAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a managed device or task.default CompletableFuture<ListTagsForResourceResponse>SnowDeviceManagementAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a managed device or task.
-