Uses of Class
software.amazon.awssdk.services.location.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LocationAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-