Uses of Class
software.amazon.awssdk.services.location.model.BatchPutGeofenceRequest
-
Packages that use BatchPutGeofenceRequest 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 BatchPutGeofenceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type BatchPutGeofenceRequest Modifier and Type Method Description default CompletableFuture<BatchPutGeofenceResponse>LocationAsyncClient. batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.default BatchPutGeofenceResponseLocationClient. batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request. -
Uses of BatchPutGeofenceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type BatchPutGeofenceRequest Modifier and Type Method Description SdkHttpFullRequestBatchPutGeofenceRequestMarshaller. marshall(BatchPutGeofenceRequest batchPutGeofenceRequest)
-