Uses of Class
software.amazon.awssdk.services.location.model.DeleteMapRequest
-
Packages that use DeleteMapRequest 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 DeleteMapRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type DeleteMapRequest Modifier and Type Method Description default CompletableFuture<DeleteMapResponse>LocationAsyncClient. deleteMap(DeleteMapRequest deleteMapRequest)Deletes a map resource from your Amazon Web Services account.default DeleteMapResponseLocationClient. deleteMap(DeleteMapRequest deleteMapRequest)Deletes a map resource from your Amazon Web Services account. -
Uses of DeleteMapRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type DeleteMapRequest Modifier and Type Method Description SdkHttpFullRequestDeleteMapRequestMarshaller. marshall(DeleteMapRequest deleteMapRequest)
-