Uses of Class
software.amazon.awssdk.services.location.model.UpdateMapResponse
-
Packages that use UpdateMapResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of UpdateMapResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return UpdateMapResponse Modifier and Type Method Description default UpdateMapResponseLocationClient. updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)Updates the specified properties of a given map resource.default UpdateMapResponseLocationClient. updateMap(UpdateMapRequest updateMapRequest)Updates the specified properties of a given map resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type UpdateMapResponse Modifier and Type Method Description default CompletableFuture<UpdateMapResponse>LocationAsyncClient. updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)Updates the specified properties of a given map resource.default CompletableFuture<UpdateMapResponse>LocationAsyncClient. updateMap(UpdateMapRequest updateMapRequest)Updates the specified properties of a given map resource.
-