Uses of Class
software.amazon.awssdk.services.location.model.UpdateMapRequest
-
Packages that use UpdateMapRequest 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 UpdateMapRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type UpdateMapRequest Modifier and Type Method Description default CompletableFuture<UpdateMapResponse>LocationAsyncClient. updateMap(UpdateMapRequest updateMapRequest)Updates the specified properties of a given map resource.default UpdateMapResponseLocationClient. updateMap(UpdateMapRequest updateMapRequest)Updates the specified properties of a given map resource. -
Uses of UpdateMapRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type UpdateMapRequest Modifier and Type Method Description SdkHttpFullRequestUpdateMapRequestMarshaller. marshall(UpdateMapRequest updateMapRequest)
-