Uses of Class
software.amazon.awssdk.services.location.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseLocationClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Location resource.default ListTagsForResourceResponseLocationClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Location resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LocationAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Location resource.default CompletableFuture<ListTagsForResourceResponse>LocationAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags that are applied to the specified Amazon Location resource.
-