Uses of Class
software.amazon.awssdk.services.location.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>LocationAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-