Uses of Class
software.amazon.awssdk.services.location.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLocationClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.default TagResourceResponseLocationClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LocationAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.default CompletableFuture<TagResourceResponse>LocationAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.
-